home *** CD-ROM | disk | FTP | other *** search
/ SGI Desktop Special Edition 1.1 / SGI Desktop Special Edition 1.1.iso / dist / netscape.idb / usr / lib / X11 / ko_KR.euc / app-defaults / Netscape.z / Netscape
Text File  |  1995-11-13  |  125KB  |  3,037 lines

  1. ! Netscape.ad-kr --- Korean app-defaults file for Netscape 1.12IS.
  2. !
  3. ! Copyright (c) 1994, 1995 Netscape Communications Corporation,
  4. ! all rights reserved.
  5. !
  6. ! Created: Jamie Zawinski <jwz@netscape.com>, 23-Jun-94.
  7. ! Bugs and commentary to x_cbug@netscape.com.
  8. !
  9. !      ==========================================================
  10. !      NOTE: If you're looking here for things to customize, look
  11. !      on the Preferences dialog under the Options menu first.
  12. !      Most things are customizable from there.  Things which are
  13. !      settable via the Preferences dialog boxes are stored in
  14. !      the ~/.netscape-preferences file, and not in X resources.
  15. !      ==========================================================
  16. !
  17. ! These are the resources used by Netscape when LANG is ko_KR.euc.
  18. ! You can use the stuff in this file for examples of how to customize
  19. ! Netscape for your environment; normally you will do this by
  20. ! copying the few lines you want to alter to your private resource
  21. ! database, which usually lives in a file called .Xdefaults in your home
  22. ! directory.
  23. !
  24. ! Site administrators should copy this file to
  25. ! /usr/lib/X11/ko_KR.euc/app-defaults/Netscape.
  26.  
  27.  
  28. ! Here's how you turn on SGI's Motif hacks:
  29. Netscape*sgiMode:         True
  30. Netscape*scheme:          Base
  31. Netscape*useSchemes:        Colors, Fonts
  32. Netscape*useEnhancedFSB:     True
  33.  
  34.  
  35. ! User-Settable Parameters
  36. ! ========================
  37.  
  38. ! This is the directory where Netscape finds external files such as icons.
  39. !
  40. *appDir:            /usr/lib/X11/ko_KR.euc/netscape
  41.  
  42. ! This resource is the same as the -visual command line option, which selects
  43. ! an X visual on which the windows should be created.  Legal options are:
  44. ! Best, meaning pick the best one w.r.t. image quality; Default, meaning
  45. ! use whatever the server says is the default visual; a visual class (like
  46. ! PseudoColor or TrueColor); or a decimal or hexadecimal digit, the ID of
  47. ! a particular visual (in case there is more than one visual of a particular
  48. ! class.)  "Best" is probably the right choice.
  49. !
  50. *visualID:            Best
  51.  
  52. ! Whether Netscape should install a private colormap.  This will cause the
  53. ! maximal number of colors to be used, but on most systems, will result in
  54. ! unpleasant colormap flashing when switching between applications.  Legal
  55. ! options are: Yes, No, and Guess.  "Guess" means "install the colormap only
  56. ! if we know that the display hardware supports multiple simultaneous
  57. ! colormaps, meaning that there will be no colormap flashing."  Currently,
  58. ! that means install the map when displaying on an SGI screen, and don't
  59. ! otherwise.  (What other vendors have multiple hardware colormaps, and how
  60. ! do you uniquely identify that capability?  Let me know.)
  61. !
  62. *installColormap:        Guess
  63.  
  64. ! The maximum number of color cells to allocate per image; this is only
  65. ! relevant when using the default colormap of a PseudoColor visual.
  66. ! If it is 0, we allocate as many colors as we can get.  (The more colors
  67. ! that we can allocate, the better images will look.)  This controls only
  68. ! the number of colors allocated for internal images - a few more colors
  69. ! will be allocated for the fluff and chrome that comes with Motif.
  70. !
  71. *maxImageColors:        0
  72.  
  73. ! Set this to false to disable the <BLINK> tag.
  74. *blinkingEnabled:        True
  75.  
  76. ! Whether the Exit menu item should confirm first.
  77. *confirmExit:            False
  78.  
  79. ! Mouse cursor when over an anchor.
  80. *linkCursor:            hand2
  81.  
  82. ! Mouse cursor when awaiting a reply.
  83. *busyCursor:            watch
  84.  
  85. ! Mouse cursor when "Save Next Link As..." mode is on, and over a link.
  86. *saveNextLinkCursor:        hand2
  87.  
  88. ! Mouse cursor when "Save Next Link As..." mode is on, and not over a link.
  89. *saveNextNonlinkCursor:        crosshair
  90.  
  91. ! How quickly (in seconds) the status messages should update.
  92. *progressInterval:        1
  93.  
  94. ! How quickly (in milliseconds) the run light and/or logo should animate.
  95. *busyBlinkRate:            500
  96. *animRate:            166
  97.  
  98. ! How often (in seconds) the global history, bookmarks, and disk cache
  99. ! files should be updated.
  100. *saveHistoryInterval:        600
  101.  
  102. ! How many pixels of motion must occur before a mouse-release is interpreted
  103. ! as a "drag" rather than a "click."
  104. *hysteresis:            3
  105.  
  106. ! These resources control whether Netscape should redirect its stdout and
  107. ! stderr streams to a dialog box, so that diagnostics reported by other
  108. ! programs launched by Netscape (for example, external viewers specified in
  109. ! a mailcap file) will be reported to the user through a dialog box,
  110. ! instead of simply showing up on the stdout/stderr of the controlling
  111. ! terminal of Netscape (which in many cases won't even be visible.)
  112. !
  113. ! If you have a external viewer which produces an annoying amount of output
  114. ! even when it has nothing interesting to say, you can shut it up by
  115. ! redirecting its output to stderr; for example, to do this to mpeg_play,
  116. ! you could add the following to your .mailcap file:
  117. !
  118. !        video/mpeg; mpeg_play %s 2>&-
  119. !
  120. ! Normally, Netscape captures both the stdout and stderr into the dialog box.
  121. ! If you find a need to let one or both of them continue on to the actual
  122. ! terminal of Netscape, you can do it by setting these resources to False.
  123. !
  124. *useStderrDialog:        True
  125. *useStdoutDialog:        True
  126.  
  127. ! For those MIME content-encodings which are not directly understood
  128. ! internally, it is possible to specify another Unix program to use as
  129. ! a filter here.
  130. !
  131. ! Each line in the encodingFilters resource consists of four fields,
  132. ! seperated by colons and optional whitespace:
  133. !
  134. !   <input-encoding>  : <output-encoding> : <extensions> : <filter-command>
  135. !
  136. ! input-encoding:  The MIME encoding from the Content-Transfer-Encoding header.
  137. !                  (The basic encodings 7BIT, 8BIT, BINARY, BASE64, and QUOTED-
  138. !                  PRINTABLE are built-in; no need to specify those.)
  139. !
  140. ! output-encoding: The encoding that results from this transformation.
  141. !                  Leaving this empty is usually appropriate.
  142. !
  143. ! extensions:      A comma-seperated list of the extensions typically used for
  144. !                  files in this encoding; if a document ends in one of these
  145. !                  extensions, then when that document is saved to disk, the
  146. !                  extension will be stripped off of the default file name
  147. !                  (since documents are decoded before they are saved, and the
  148. !                  extension would no longer accurately describe the file.)
  149. !
  150. ! filter-command:  A shell command which reads from stdin and writes to stdout
  151. !                  which does the actual decoding.
  152. !
  153. *encodingFilters:                  \
  154.     x-compress :  : .Z     : uncompress -c    \n\
  155.     x-gzip     :  : .z,.gz : gzip -cdq    \n
  156.  
  157.  
  158. ! Too many servers have bugs in the implementation of window gravity for
  159. ! us to rely on it.  Scrolling of large forms is *significantly* faster
  160. ! if we are able to make use of window gravity, but on many X servers, it
  161. ! results in form items being scattered randomly all over the document.
  162. ! Legal values for this resource are Yes, No, Partial, and Guess.  If
  163. ! "Guess", we run some tests and try to decide whether the X server is
  164. ! broken or partially broken.
  165. !
  166. ! If you find yourself needing to use a value here other than Guess,
  167. ! please tell us, so that we can make it guess correctly in the future.
  168. !
  169. *windowGravityWorks:        Guess
  170.  
  171.  
  172. ! Colors
  173. !
  174. ! This resource controls the forground text color of unfollowed links 
  175. ! (links which have not yet been visited.)
  176. !
  177. *linkForeground:            #0000EE
  178.  
  179. ! This resource controls the forground text color of followed links 
  180. ! (links which have already been visited.)
  181. !
  182. *vlinkForeground:            #551A8B
  183.  
  184. ! This resource controls the forground text color of activated links 
  185. ! (links which are in the process of being clicked upon.)
  186. !
  187. *alinkForeground:            #FF0000
  188.  
  189. ! These resources control the forground and background colors of text
  190. ! which has been selected with the mouse.
  191. !
  192. *selectForeground:            #000000
  193. *selectBackground:            #FFFFCC
  194.  
  195. ! These resources control the forground and background colors of normal text.
  196. !
  197. *defaultForeground:            #000000
  198. *defaultBackground:            #C0C0C0
  199.  
  200. ! This resource may be used to specify a default background image.  It should
  201. ! be a file name or URL pointing to a GIF, JPEG, or XBM image.  If it is blank,
  202. ! then the default background color will be used instead.
  203. !
  204. *defaultBackgroundImage:        
  205.  
  206. ! Normally, the user-specified colors and backgrounds will only be used when
  207. ! viewing documents which did not specify their own colors and backgrounds.
  208. ! If this resource is set to False, then the user-specified colors and
  209. ! backgrounds will always be used, regardless of the options specified in 
  210. ! the document itself.
  211. !
  212. *documentColorsHavePriority:        True
  213.  
  214.  
  215. ! Translations
  216. !
  217. ! Many of these translations are duplicated on both "Meta" and "Alt", since
  218. ! X has this stupid notion that "Meta" and "Alt" are not synonymous, and
  219. ! Sun in their infinite wisdom furthers this confusing lossage by both having
  220. ! Meta *and* Alt keys on the keyboard, and having the key which is labelled
  221. ! Alt generate *META* (the Diamond keys generate Alt.)  All praise Sun!
  222. ! All praise the X keyboard model!
  223. !
  224. ! And because of the need to do this, we have to do all of the keyboard
  225. ! equivalents with "translations" instead of "accelerators", since a menu
  226. ! item can only have one accelerator, and in order to make both Meta and Alt
  227. ! work we need to give them each two.  All praise Motif!
  228. !
  229. *drawingArea.translations:        #replace            \
  230.     <Btn1Down>:            ArmLink()            \n\
  231.     <Btn2Down>:            ArmLink()            \n\
  232.     ~Shift<Btn1Up>:            ActivateLink()            \
  233.                     DisarmLink()            \n\
  234.     ~Shift<Btn2Up>:            ActivateLink(new-window)    \
  235.                     DisarmLink()            \n\
  236.     Shift<Btn1Up>:            ActivateLink(save-only)        \
  237.                     DisarmLink()            \n\
  238.     Shift<Btn2Up>:            ActivateLink(save-only)        \
  239.                     DisarmLink()            \n\
  240.     <Btn1Motion>:            DisarmLinkIfMoved()        \n\
  241.     <Btn2Motion>:            DisarmLinkIfMoved()        \n\
  242.     <Btn3Motion>:            DisarmLinkIfMoved()        \n\
  243.     <Motion>:            DescribeLink()            \n\
  244.     <Btn3Down>:            CommandMenu()            \n
  245.  
  246. ! Some basic emacs-like bindings for single-line text fields.
  247. *XmTextField.translations:        #override            \n\
  248.     ~Meta ~Alt Ctrl<Key>a:        beginning-of-line()        \n\
  249.     ~Meta ~Alt Ctrl<Key>b:        backward-character()        \n\
  250.     ~Meta ~Alt Ctrl<Key>d:        delete-next-character()        \n\
  251.     ~Meta ~Alt Ctrl<Key>e:        end-of-line()            \n\
  252.     ~Meta ~Alt Ctrl<Key>f:        forward-character()        \n\
  253.     ~Meta ~Alt Ctrl<Key>g:        process-cancel()        \n\
  254.     ~Meta ~Alt Ctrl<Key>h:        delete-previous-character()    \n\
  255.     ~Meta ~Alt Ctrl<Key>k:        delete-to-end-of-line()        \n\
  256.     ~Meta ~Alt Ctrl<Key>u:        beginning-of-line()        \
  257.                     delete-to-end-of-line()        \n\
  258.     ~Meta ~Alt Ctrl<Key>w:        cut-clipboard()            \n\
  259.     Meta ~Ctrl<Key>b:        backward-word()            \n\
  260.      Alt ~Ctrl<Key>b:        backward-word()            \n\
  261.     Meta ~Ctrl<Key>d:        delete-next-word()        \n\
  262.      Alt ~Ctrl<Key>d:        delete-next-word()        \n\
  263.     Meta ~Ctrl<Key>f:        forward-word()            \n\
  264.      Alt ~Ctrl<Key>f:        forward-word()            \n\
  265.     Meta ~Ctrl<Key>w:        copy-clipboard()        \n\
  266.      Alt ~Ctrl<Key>w:        copy-clipboard()        \n\
  267.     Meta ~Ctrl<Key>osfLeft:        backward-word()            \n\
  268.      Alt ~Ctrl<Key>osfLeft:        backward-word()            \n\
  269.     Meta ~Ctrl<Key>osfRight:    forward-word()            \n\
  270.      Alt ~Ctrl<Key>osfRight:    forward-word()            \n\
  271.     Meta ~Ctrl<Key>osfBackSpace:    delete-previous-word()        \n\
  272.      Alt ~Ctrl<Key>osfBackSpace:    delete-previous-word()        \n\
  273.     Meta ~Ctrl<Key>osfDelete:    delete-next-word()        \n\
  274.      Alt ~Ctrl<Key>osfDelete:    delete-next-word()        \n
  275.  
  276. ! Some basic emacs-like bindings for multi-line text fields.
  277. ! This duplicates info with the above, since XmTextField bogusly
  278. ! doesn't know about the page and line oriented actions at all,
  279. ! and pukes out a warning when it encounters them.  How very.
  280. *XmText.translations:            #override            \n\
  281.     ~Meta ~Alt Ctrl<Key>a:        beginning-of-line()        \n\
  282.     ~Meta ~Alt Ctrl<Key>b:        backward-character()        \n\
  283.     ~Meta ~Alt Ctrl<Key>d:         delete-next-character()        \n\
  284.     ~Meta ~Alt Ctrl<Key>e:        end-of-line()            \n\
  285.     ~Meta ~Alt Ctrl<Key>f:        forward-character()        \n\
  286.     ~Meta ~Alt Ctrl<Key>g:        process-cancel()        \n\
  287.     ~Meta ~Alt Ctrl<Key>h:         delete-previous-character()    \n\
  288.     ~Meta ~Alt Ctrl<Key>k:        delete-to-end-of-line()        \n\
  289.     ~Meta ~Alt Ctrl<Key>u:        beginning-of-line()        \
  290.                     delete-to-end-of-line()        \n\
  291.     ~Meta ~Alt Ctrl<Key>w:        cut-clipboard()            \n\
  292.     Meta ~Ctrl<Key>b:        backward-word()            \n\
  293.      Alt ~Ctrl<Key>b:        backward-word()            \n\
  294.     Meta ~Ctrl<Key>d:        delete-next-word()        \n\
  295.      Alt ~Ctrl<Key>d:        delete-next-word()        \n\
  296.     Meta ~Ctrl<Key>f:        forward-word()            \n\
  297.      Alt ~Ctrl<Key>f:        forward-word()            \n\
  298.     Meta ~Ctrl<Key>w:        copy-clipboard()        \n\
  299.      Alt ~Ctrl<Key>w:        copy-clipboard()        \n\
  300.     Meta ~Ctrl<Key>osfLeft:        backward-word()            \n\
  301.      Alt ~Ctrl<Key>osfLeft:        backward-word()            \n\
  302.     Meta ~Ctrl<Key>osfRight:    forward-word()            \n\
  303.      Alt ~Ctrl<Key>osfRight:    forward-word()            \n\
  304.     Meta ~Ctrl<Key>osfBackSpace:    delete-previous-word()        \n\
  305.      Alt ~Ctrl<Key>osfBackSpace:    delete-previous-word()        \n\
  306.     Meta ~Ctrl<Key>osfDelete:    delete-next-word()        \n\
  307.      Alt ~Ctrl<Key>osfDelete:    delete-next-word()        \n\
  308.                                     \
  309.     ~Meta ~Alt Ctrl<Key>n:        next-line()            \n\
  310.     ~Meta ~Alt Ctrl<Key>p:        previous-line()            \n\
  311.     ~Meta ~Alt Ctrl<Key>v:        next-page()            \n\
  312.     Meta ~Ctrl<Key>v:        previous-page()            \n\
  313.      Alt ~Ctrl<Key>v:        previous-page()            \n
  314.  
  315. ! We merge these translations into all text fields which are not the
  316. ! bottommost text field in the dialog box.  This is so that hitting
  317. ! `return' in a text field will select the next text field if there
  318. ! is one, and will select the "OK" button if there are no more.
  319. ! We merge these in explicitly instead of doing it all with resources
  320. ! here because I couldn't figure out how to make that work without
  321. ! duplicating the text of all of the above keybindings another dozen
  322. ! times!!
  323. *nonterminalTextTranslations:    #override                \n\
  324.     <Key>Return:        next-tab-group()            \n\
  325.     <Key>Linefeed:        next-tab-group()            \n
  326.  
  327. ! This is used for self-submitting text fields in forms...
  328. ! We don't need to store these in to dialog box text fields, since
  329. ! in that case we are able to simply avoid storing in the above ones,
  330. ! but we don't know that until too late with forms.
  331. *terminalTextTranslations:    #override                \n\
  332.     <Key>Return:        activate()                \n\
  333.     <Key>Linefeed:        activate()                \n
  334.  
  335.  
  336. ! Gag barf retch puke.  We install these on every widget in the main tree
  337. ! (but not popups.)
  338. *globalTranslations:            #override            \n\
  339.                                     \
  340.     Meta ~Ctrl<Key>N:        new()                \n\
  341.      Alt ~Ctrl<Key>N:        new()                \n\
  342.     Meta ~Ctrl<Key>L:        openURL()            \n\
  343.      Alt ~Ctrl<Key>L:        openURL()            \n\
  344.     Meta ~Ctrl<Key>O:        openFile()            \n\
  345.      Alt ~Ctrl<Key>O:        openFile()            \n\
  346.     Meta ~Ctrl<Key>S:        saveAs()            \n\
  347.      Alt ~Ctrl<Key>S:        saveAs()            \n\
  348.     Meta ~Ctrl<Key>M:        mailto()            \n\
  349.      Alt ~Ctrl<Key>M:        mailto()            \n\
  350.     Meta ~Ctrl<Key>P:        print()                \n\
  351.      Alt ~Ctrl<Key>P:        print()                \n\
  352.     Meta ~Ctrl<Key>W:        delete()            \n\
  353.      Alt ~Ctrl<Key>W:        delete()            \n\
  354.     Meta ~Ctrl<Key>Z:        undo()                \n\
  355.      Alt ~Ctrl<Key>Z:        undo()                \n\
  356.     Meta ~Ctrl<Key>X:        cut()                \n\
  357.      Alt ~Ctrl<Key>X:        cut()                \n\
  358.     Meta ~Ctrl<Key>C:        copy()                \n\
  359.      Alt ~Ctrl<Key>C:        copy()                \n\
  360.     Meta ~Ctrl<Key>V:        paste()                \n\
  361.      Alt ~Ctrl<Key>V:        paste()                \n\
  362.     Meta ~Ctrl<Key>F:        find()                \n\
  363.      Alt ~Ctrl<Key>F:        find()                \n\
  364.     Meta ~Ctrl<Key>G:        findAgain()            \n\
  365.      Alt ~Ctrl<Key>G:        findAgain()            \n\
  366.     Meta ~Ctrl<Key>R:        reload()            \n\
  367.      Alt ~Ctrl<Key>R:        reload()            \n\
  368.     Meta ~Ctrl<Key>I:        loadImages()            \n\
  369.      Alt ~Ctrl<Key>I:        loadImages()            \n\
  370.     Meta ~Ctrl<Key>osfLeft:        back()                \n\
  371.      Alt ~Ctrl<Key>osfLeft:        back()                \n\
  372.     Meta ~Ctrl<Key>osfRight:    forward()            \n\
  373.      Alt ~Ctrl<Key>osfRight:    forward()            \n\
  374.     Meta ~Ctrl<Key>H:        history()            \n\
  375.      Alt ~Ctrl<Key>H:        history()            \n\
  376.               <Key>osfCancel:    abort()                \n\
  377.     Meta ~Ctrl<Key>1:        historyItem(1)            \n\
  378.      Alt ~Ctrl<Key>1:        historyItem(1)            \n\
  379.     Meta ~Ctrl<Key>2:        historyItem(2)            \n\
  380.      Alt ~Ctrl<Key>2:        historyItem(2)            \n\
  381.     Meta ~Ctrl<Key>3:        historyItem(3)            \n\
  382.      Alt ~Ctrl<Key>3:        historyItem(3)            \n\
  383.     Meta ~Ctrl<Key>4:        historyItem(4)            \n\
  384.      Alt ~Ctrl<Key>4:        historyItem(4)            \n\
  385.     Meta ~Ctrl<Key>5:        historyItem(5)            \n\
  386.      Alt ~Ctrl<Key>5:        historyItem(5)            \n\
  387.     Meta ~Ctrl<Key>6:        historyItem(6)            \n\
  388.      Alt ~Ctrl<Key>6:        historyItem(6)            \n\
  389.     Meta ~Ctrl<Key>7:        historyItem(7)            \n\
  390.      Alt ~Ctrl<Key>7:        historyItem(7)            \n\
  391.     Meta ~Ctrl<Key>8:        historyItem(8)            \n\
  392.      Alt ~Ctrl<Key>8:        historyItem(8)            \n\
  393.     Meta ~Ctrl<Key>9:        historyItem(9)            \n\
  394.      Alt ~Ctrl<Key>9:        historyItem(9)            \n\
  395.     Meta ~Ctrl<Key>A:        addBookmark()            \n\
  396.      Alt ~Ctrl<Key>A:        addBookmark()            \n\
  397.     Meta ~Ctrl<Key>B:        viewBookmark()            \n\
  398.      Alt ~Ctrl<Key>B:        viewBookmark()            \n\
  399.                                     \
  400.     ~Meta ~Alt ~Ctrl<Key>Prior:        PageUp()        \n\
  401.     ~Meta ~Alt ~Ctrl<Key>Next:        PageDown()        \n\
  402.     ~Meta ~Alt ~Ctrl<Key>osfPageUp:        PageUp()        \n\
  403.     ~Meta ~Alt ~Ctrl<Key>osfPageDown:    PageDown()        \n
  404.  
  405. ! These keysyms are apparently an R6ism.
  406. !    ~Meta ~Alt ~Ctrl<Key>KP_Prior:        PageUp()        \n\
  407. !    ~Meta ~Alt ~Ctrl<Key>KP_Next:        PageDown()        \n\
  408.  
  409.  
  410. ! Gag barf retch puke.  We install these on every TextField widget in the
  411. ! main tree (but not popups.)
  412. *globalTextFieldTranslations:        #override            \n\
  413.     ~Meta ~Alt ~Ctrl<Key>Up:    LineUp()            \n\
  414.     ~Meta ~Alt ~Ctrl<Key>Down:    LineDown()            \n\
  415.     ~Meta ~Alt ~Ctrl<Key>osfUp:    LineUp()            \n\
  416.     ~Meta ~Alt ~Ctrl<Key>osfDown:    LineDown()            \n
  417.  
  418. ! These keysyms are apparently an R6ism.
  419. !    ~Meta ~Alt ~Ctrl<Key>KP_Up:    LineUp()            \n\
  420. !    ~Meta ~Alt ~Ctrl<Key>KP_Down:    LineDown()            \n\
  421.  
  422.  
  423. ! Gag barf retch puke.  We install these on every widget in the main tree
  424. ! (but not popups) that isn't a Text or TextField.
  425. *globalNonTextTranslations:        #override            \n\
  426.     ~Meta ~Alt ~Ctrl<Key>space:    PageDown()            \n\
  427.                                       \
  428.     ~Meta ~Alt ~Ctrl<Key>Delete:    PageUp()            \n\
  429.     ~Meta ~Alt ~Ctrl<Key>BackSpace:    PageUp()            \n\
  430.     ~Meta ~Alt ~Ctrl<Key>Up:    LineUp()            \n\
  431.     ~Meta ~Alt ~Ctrl<Key>Down:    LineDown()            \n\
  432.     ~Meta ~Alt ~Ctrl<Key>Left:    ColumnLeft()            \n\
  433.     ~Meta ~Alt ~Ctrl<Key>Right:    ColumnRight()            \n\
  434.                                       \
  435.     ~Meta ~Alt ~Ctrl<Key>osfDelete:    PageUp()            \n\
  436.     ~Meta ~Alt ~Ctrl<Key>osfBackSpace:PageUp()            \n\
  437.      Meta  Ctrl<Key>f:        fishcam()            \n\
  438.       Alt  Ctrl<Key>f:        fishcam()            \n\
  439.      Meta  Ctrl<Key>t:        net_showstatus()            \n\
  440.       Alt  Ctrl<Key>t:        net_showstatus()            \n\
  441.     ~Meta ~Alt ~Ctrl<Key>osfUp:    LineUp()            \n\
  442.     ~Meta ~Alt ~Ctrl<Key>osfDown:    LineDown()            \n\
  443.     ~Meta ~Alt ~Ctrl<Key>osfLeft:    ColumnLeft()            \n\
  444.     ~Meta ~Alt ~Ctrl<Key>osfRight:    ColumnRight()            \n
  445.  
  446. ! These keysyms are apparently an R6ism.
  447. !    ~Meta ~Alt ~Ctrl<Key>KP_Up:    LineUp()            \n\
  448. !    ~Meta ~Alt ~Ctrl<Key>KP_Down:    LineDown()            \n\
  449. !    ~Meta ~Alt ~Ctrl<Key>KP_Left:    ColumnLeft()            \n\
  450. !    ~Meta ~Alt ~Ctrl<Key>KP_Right:    ColumnRight()            \n\
  451.  
  452.  
  453. ! About Translations, Actions, and "-remote" commands:
  454. !
  455. ! You can control a running Netscape process externally; you do this by
  456. ! issuing a command like "netscape -remote openURL(http://xxx)".
  457. ! When Netscape is invoked with the -remote argument, it does not open
  458. ! window, but instead connects to and controls an already-existing process.
  459. ! This is done using X properties, so the two Netscape processes need not
  460. ! be running on the same machine, and need not share a file system.
  461. !
  462. ! All of Netscape's action names are the same as its resource names; so, for
  463. ! example, if you wanted to know the name of the action that corresponds to
  464. ! the "Add Bookmark" menu item, you could look in this file for "Add Bookmark"
  465. ! and see that the resource that is set to that string is "addBookmark" -
  466. ! that's the name of the Action as well.
  467. !
  468. ! You can use Actions in Translation tables in the usual Xt-ish way, but you
  469. ! can also invoke them directly via "netscape -remote", like this:
  470. !
  471. !    netscape -remote 'addBookmark()'
  472. !
  473. ! That will cause the existing Netscape process to add its current URL to
  474. ! the bookmarks, just as if you had selected that menu item.
  475. !
  476. ! Please see the document http://home.netscape.com/newsref/std/x-remote.html
  477. ! for more information.
  478.  
  479.  
  480. !=============================================================================
  481. !
  482. !      There's really nothing after this point you should be messing with.
  483. !
  484. !=============================================================================
  485.  
  486.  
  487. ! Motif drag-and-drop is insanely buggy, and is causing crashes even in
  488. ! contexts where it has no business being involved at all.  Let's try
  489. ! disabling it globally and see if that helps.
  490. Netscape*dragInitiatorProtocolStyle:    XmDRAG_NONE
  491. Netscape*dragReceiverProtocolStyle:    XmDRAG_NONE
  492.  
  493.  
  494. ! Labels
  495. !
  496. *Help.sensitive:            False
  497.  
  498. *urlLabel.alignment:            ALIGNMENT_END
  499. *urlLabel.recomputeSize:        False
  500. *urlLabel.netsiteLabelString:        Netsite:
  501. *urlLabel.uneditedLabelString:        Location:
  502. *urlLabel.editedLabelString:        Go To:
  503. ! this must be the longer of the two...
  504. *urlLabel.labelString:            Location:
  505.  
  506.  
  507. !=============================================================================
  508. *menuBar.file.labelString:        File
  509.  
  510. *menuBar*new.labelString:        New Window
  511. *menuBar*new.mnemonic:            N
  512. *menuBar*new.acceleratorText:        Alt+N
  513.  
  514. *menuBar*openURL.labelString:        Open Location...
  515. *menuBar*openURL.mnemonic:        L
  516. *menuBar*openURL.acceleratorText:    Alt+L
  517.  
  518. *menuBar*openFile.labelString:        Open File...
  519. *menuBar*openFile.mnemonic:        O
  520. *menuBar*openFile.acceleratorText:    Alt+O
  521.  
  522. *menuBar*saveAs.labelString:        Save As...
  523. *menuBar*saveAs.mnemonic:        S
  524. *menuBar*saveAs.acceleratorText:    Alt+S
  525.  
  526. *menuBar*saveLinksAs.labelString:    Save Next Link As...
  527. *menuBar*saveLinksAs.mnemonic:        A
  528. ! accelerator is magic
  529. *menuBar*saveLinksAs.acceleratorText:    Shift+Click
  530.  
  531. *menuBar*mailto.labelString:        Mail Document...
  532. *menuBar*mailto.mnemonic:        M
  533. *menuBar*mailto.acceleratorText:    Alt+M
  534.  
  535. *menuBar*docInfo.labelString:        Document Information
  536. *menuBar*docInfo.mnemonic:        D
  537. ! no accelerator
  538.  
  539. *menuBar*printSetup.labelString:    Print Setup...
  540. *menuBar*printSetup.mnemonic:        r
  541. ! no accelerator
  542.  
  543. *menuBar*print.labelString:        Print...
  544. *menuBar*print.mnemonic:        P
  545. *menuBar*print.acceleratorText:        Alt+P
  546.  
  547. *menuBar*delete.labelString:        Close
  548. *menuBar*delete.mnemonic:        C
  549. *menuBar*delete.acceleratorText:    Alt+W
  550.  
  551. *menuBar*quit.labelString:        Exit
  552. *menuBar*quit.mnemonic:            x
  553. ! no accelerator
  554.  
  555.  
  556. !=============================================================================
  557. *menuBar.edit.labelString:        Edit
  558.  
  559. *menuBar*undo.labelString:        Undo
  560. *menuBar*undo.mnemonic:            U
  561. *menuBar*undo.acceleratorText:        Alt+Z
  562.  
  563. *menuBar*cut.labelString:        Cut
  564. *menuBar*cut.mnemonic:            t
  565. *menuBar*cut.acceleratorText:        Alt+X
  566.  
  567. *menuBar*copy.labelString:        Copy
  568. *menuBar*copy.mnemonic:            C
  569. *menuBar*copy.acceleratorText:        Alt+C
  570.  
  571. *menuBar*paste.labelString:        Paste
  572. *menuBar*paste.mnemonic:        P
  573. *menuBar*paste.acceleratorText:        Alt+V
  574.  
  575. *menuBar*find.labelString:        Find...
  576. *menuBar*find.mnemonic:            F
  577. *menuBar*find.acceleratorText:        Alt+F
  578.  
  579. *menuBar*findAgain.labelString:        Find Again
  580. *menuBar*findAgain.mnemonic:        g
  581. *menuBar*findAgain.acceleratorText:    Alt+G
  582.  
  583.  
  584. !=============================================================================
  585. *menuBar.view.labelString:        View
  586.  
  587. *menuBar*reload.labelString:        Reload
  588. *menuBar*reload.mnemonic:        R
  589. *menuBar*reload.acceleratorText:    Alt+R
  590.  
  591. *menuBar*loadImages.labelString:    Load Images
  592. *menuBar*loadImages.mnemonic:        I
  593. *menuBar*loadImages.acceleratorText:    Alt+I
  594.  
  595. *menuBar*refresh.labelString:        Refresh
  596. *menuBar*refresh.mnemonic:        f
  597. ! no accelerator
  598.  
  599. *menuBar*source.labelString:        Source...
  600. *menuBar*source.mnemonic:        S
  601. ! no accelerator
  602.  
  603.  
  604. !=============================================================================
  605. *menuBar.go.labelString:        Go
  606.  
  607. *menuBar*back.labelString:        Back
  608. *menuBar*back.mnemonic:            B
  609. *menuBar*back.acceleratorText:        Alt+Left
  610.  
  611. *menuBar*forward.labelString:        Forward
  612. *menuBar*forward.mnemonic:        F
  613. *menuBar*forward.acceleratorText:    Alt+Right
  614.  
  615. *menuBar*home.labelString:        Home
  616. *menuBar*home.mnemonic:            H
  617. ! no accelerator
  618.  
  619. *menuBar*abort.labelString:        Stop Loading
  620. *menuBar*abort.mnemonic:        S
  621. *menuBar*abort.acceleratorText:        ESC
  622.  
  623. *menuBar*viewHistory.labelString:    View History...
  624. *menuBar*viewHistory.mnemonic:        V
  625. *menuBar*viewHistory.acceleratorText:    Alt+H
  626.  
  627. *menuBar*historyItem1.acceleratorText:    Alt+1
  628. *menuBar*historyItem2.acceleratorText:    Alt+2
  629. *menuBar*historyItem3.acceleratorText:    Alt+3
  630. *menuBar*historyItem4.acceleratorText:    Alt+4
  631. *menuBar*historyItem5.acceleratorText:    Alt+5
  632. *menuBar*historyItem6.acceleratorText:    Alt+6
  633. *menuBar*historyItem7.acceleratorText:    Alt+7
  634. *menuBar*historyItem8.acceleratorText:    Alt+8
  635. *menuBar*historyItem9.acceleratorText:    Alt+9
  636.  
  637. *menuBar*historyTruncated.labelString:    ( ...truncated... )
  638. *menuBar*historyTruncated.alignment:    ALIGNMENT_CENTER
  639.  
  640.  
  641. !=============================================================================
  642. *menuBar.bookmark.labelString:        Bookmarks
  643.  
  644. *menuBar*addBookmark.labelString:    Add Bookmark
  645. *menuBar*addBookmark.mnemonic:        A
  646. *menuBar*addBookmark.acceleratorText:    Alt+A
  647.  
  648. *menuBar*viewBookmark.labelString:    View Bookmarks
  649. *menuBar*viewBookmark.mnemonic:        B
  650. *menuBar*viewBookmark.acceleratorText:    Alt+B
  651.  
  652.  
  653. !=============================================================================
  654. *menuBar.options.labelString:        Options
  655.  
  656. *menuBar*preferences.labelString:    Preferences...
  657. *menuBar*preferences.mnemonic:        P
  658.  
  659. *menuBar*showToolbar.labelString:    Show Toolbar
  660. *menuBar*showToolbar.mnemonic:        T
  661.  
  662. *menuBar*showURL.labelString:        Show Location
  663. *menuBar*showURL.mnemonic:        L
  664.  
  665. *menuBar*showDirectoryButtons.labelString: Show Directory Buttons
  666. *menuBar*showDirectoryButtons.mnemonic:       D
  667.  
  668. *menuBar*showSecurityBar.labelString:    Show Security Colorbar
  669. *menuBar*showSecurityBar.mnemonic:    C
  670.  
  671. *menuBar*autoLoadImages.labelString:    Auto Load Images
  672. *menuBar*autoLoadImages.mnemonic:    A
  673.  
  674. *menuBar*fancyFTP.labelString:        Show FTP File Information
  675. *menuBar*fancyFTP.mnemonic:        F
  676.  
  677. *menuBar*saveOptions.labelString:    Save Options
  678. *menuBar*saveOptions.mnemonic:        S
  679.  
  680. !=============================================================================
  681. *menuBar.directory.labelString:        Directory
  682.  
  683. *menuBar*netscape.labelString:        Netscape's Home
  684. *menuBar*netscape.mnemonic:        e
  685.  
  686. *menuBar*sgi.labelString:        Silicon Graphics, Inc.
  687. *menuBar*sgi.mnemonic:            i
  688.  
  689. *menuBar*adobe.labelString:        Adobe Systems, Inc.
  690. *menuBar*adobe.mnemonic:        o
  691.  
  692. *menuBar*whatsNew.labelString:        What's New!
  693. *menuBar*whatsNew.mnemonic:        N
  694.  
  695. *menuBar*whatsCool.labelString:        What's Cool!
  696. *menuBar*whatsCool.mnemonic:        C
  697.  
  698. *menuBar*newsgroups.labelString:    Go to Newsgroups
  699. *menuBar*newsgroups.mnemonic:        G
  700.  
  701. *menuBar*inetIndex.labelString:        Internet Directory
  702. *menuBar*inetIndex.mnemonic:        D
  703.  
  704. *menuBar*inetSearch.labelString:    Internet Search
  705. *menuBar*inetSearch.mnemonic:        S
  706.  
  707. *menuBar*inetWhite.labelString:        Internet White Pages
  708. *menuBar*inetWhite.mnemonic:        P
  709.  
  710. *menuBar*inetAbout.labelString:        About the Internet
  711. *menuBar*inetAbout.mnemonic:        A
  712.  
  713. *menuBar*galleria.labelString:        Netscape Galleria
  714. *menuBar*galleria.mnemonic:        l
  715.  
  716.  
  717. !=============================================================================
  718. *menuBar.help.labelString:        Help
  719.  
  720. *menuBar*about.labelString:        About Netscape...
  721. *menuBar*about.mnemonic:        A
  722.  
  723. *menuBar*registration.labelString:    Registration Information
  724. *menuBar*registration.mnemonic:        I
  725.  
  726. *menuBar*manual.labelString:        Handbook
  727. *menuBar*manual.mnemonic:        H
  728.  
  729. *menuBar*relnotes.labelString:        Release Notes
  730. *menuBar*relnotes.mnemonic:        R
  731.  
  732. *menuBar*faq.labelString:        Frequently Asked Questions
  733. *menuBar*faq.mnemonic:            Q
  734.  
  735. *menuBar*aboutSecurity.labelString:    On Security
  736. *menuBar*aboutSecurity.mnemonic:    O
  737.  
  738. *menuBar*feedback.labelString:        How to Give Feedback
  739. *menuBar*feedback.mnemonic:        F
  740.  
  741. *menuBar*support.labelString:        How to Get Support
  742. *menuBar*support.mnemonic:        S
  743.  
  744. *menuBar*howTo.labelString:        How to Create Web Services
  745. *menuBar*howTo.mnemonic:        H
  746.  
  747.  
  748. ! For the toggles in the options menu
  749. *menuBar*XmToggleButton.indicatorType:        N_OF_MANY
  750. *menuBar*XmToggleButtonGadget.indicatorType:    N_OF_MANY
  751. *menuBar*XmToggleButton.fillOnSelect:        True
  752. *menuBar*XmToggleButtonGadget.fillOnSelect:    True
  753. *menuBar*XmToggleButton.visibleWhenOff:        True
  754. *menuBar*XmToggleButtonGadget.visibleWhenOff:    True
  755.  
  756.  
  757. !=============================================================================
  758. *toolBar.back.labelString:        Back
  759. *toolBar.forward.labelString:        Forward
  760. *toolBar.home.labelString:        Home
  761. *toolBar.reload.labelString:        Reload
  762. *toolBar*loadImages.labelString:    Load Images
  763. *toolBar.openURL.labelString:        Open...
  764. *toolBar.print.labelString:        Print...
  765. *toolBar*find.labelString:        Find...
  766. *toolBar*abort.labelString:        Stop
  767.  
  768. *toolBar*spacer.marginWidth:        4
  769. *urlBar*spacer.marginWidth:        4
  770.  
  771. *urlBar*whatsNew.labelString:        What's New
  772. *urlBar*whatsCool.labelString:        What's Cool
  773. *urlBar*manual.labelString:        Handbook
  774. *urlBar*inetSearch.labelString:        Net Search
  775. *urlBar*inetIndex.labelString:        Net Directory
  776. *urlBar*welcome.labelString:        Welcome
  777. *urlBar*newsgroups.labelString:        Newsgroups
  778.  
  779. !=============================================================================
  780. *noDocumentLoadedMessage:    No document has yet been loaded in this window.
  781. *optionsSavedMessage:        Options have been saved.
  782. *clickToSaveMessage:        Click on the link to save.
  783. *clickToSaveCancelledMessage:    Save link to file was cancelled.
  784. *noPreviousURLMessage:        No previous document.
  785. *noNextURLMessage:        No next document.
  786. *noHomeURLMessage:        No home document specified.
  787. *notOverImageMessage:        Not over an image.
  788. *notOverLinkMessage:        Not over a link.
  789. *noSearchStringMessage:        Nothing to search for.
  790. *wrapSearchMessage:         End of document reached; continue from beginning?
  791. *wrapSearchBackwardMessage:  Beginning of document reached; continue from end?
  792. *noAddressesMessage:         No recipients specified.
  793. *noFileMessage:             No output file specified.
  794. *noPrintCommandMessage:         No print command specified.
  795. *overwriteFileMessage:         Overwrite existing file %s?
  796. *bookmarksChangedMessage:    Bookmarks file has changed on disk: overwrite it?
  797. *bookmarkConflictMessage:   \
  798.             Bookmark list not saved.\nReload the disk version now?
  799. *bookmarksNoFormsMessage:    \
  800.           Cannot add the result of a form submission to the bookmark list.
  801. *reallyQuitMessage:        Really Quit?
  802. *doubleInclusionMessage:    \n\
  803. The document has already been quoted.\n\
  804.  \n\
  805. Are you sure you want to quote it again?\n
  806.  
  807. *expireNowMessage:        \
  808.         This will mark all of your links as unfollowed.\nProceed?
  809. *clearMemCacheMessage:        \
  810.     This will remove all the files currently in your memory cache.\nContinue?
  811. *clearDiskCacheMessage:        \
  812.     This will remove all the files currently in your disk cache.\nContinue?
  813.  
  814. *createCacheDirErrorMessage: \
  815. Error: unable to create the persistent cache directory:\n\
  816.  \n\
  817.             %s: %s.\n\
  818.  \n\
  819. Please set a new disk cache directory using the\n\
  820. `Preferences' dialog, found on the `Options' menu.\n
  821.  
  822. *createdCacheDirMessage: \
  823. A directory has been created for use as the disk cache:\n\
  824.  \n\
  825.             %s/\n\
  826.  \n\
  827. You can change the cache directory in the `Preferences'\n\
  828. dialog, found under the `Options' menu.\n
  829.  
  830. *cacheNotDirMessage: \
  831. Error: the directory configured for use as the disk cache\n\
  832. exists, but is not a directory:\n\
  833.  \n\
  834.             %s\n\
  835.  \n\
  836. Please set a new disk cache directory using the\n\
  837. `Preferences' dialog, found on the `Options' menu.\n
  838.  
  839. *cacheSuffixMessage: \
  840.  \n\
  841. There should be one disk cache per user, so using a\n\
  842. shared directory (such as /tmp) is not advised.\n\
  843.  \n\
  844. The maximum disk cache size is currently %d kilobytes.\n\
  845. You can change the cache size in the 'Preferences' dialog.\n\
  846.  \n\
  847. If you wish to disable disk caching, set the Disk Cache Size\n\
  848. to 0.  If you do this, documents will continue to be cached\n\
  849. in memory according to the Memory Cache Size preference,\n\
  850. but will no longer be cached on disk.  This means that the\n\
  851. cache will not last from session to session of Netscape.
  852.  
  853. *cubeTooSmallMessage:        \
  854. We were only able to allocate %d cells for the color\n\
  855. cube to which images are dithered.  As a result, the\n\
  856. image quality may be poor.\n\
  857.  \n\
  858. One way to improve image quality is to exit any other\n\
  859. color-intensive applications which are running and\n\
  860. restart Netscape.\n\
  861.  \n\
  862. Another way is to run Netscape with the `-install' \n\
  863. command-line option, which will cause it to use a\n\
  864. private colormap.  The drawback to this is that on\n\
  865. some systems, this will result in colormap flashing\n\
  866. when moving focus to other windows.
  867.  
  868. *renameInitFilesMessage:        \
  869. Preferences files from an older version of Netscape exist;\n\
  870. This version of Netscape uses the same file formats, but the\n\
  871. file names have changed.  Would you like us to rename these\n\
  872. files now?
  873.  
  874. *unsentMailMessage:            \
  875.  Unsent mail messages exist, do you really want to quit without sending them?
  876.  
  877. *emptyMessageQuestion:            \
  878. The message has not been edited, and there is no attachment.\n\
  879. Do you really want to send an empty message?
  880.  
  881. *binaryDocumentMessage:            \
  882.  This document is binary data; cannot view source.
  883.  
  884.  
  885. !=============================================================================
  886. *preeditType:                none
  887. *netscape.preeditType:            overthespot
  888.  
  889. *popup.title.labelString:        Netscape Commands:
  890. *popup.back.labelString:        Back
  891. *popup.forward.labelString:        Forward
  892. *popup.home.labelString:        Home
  893. *popup.openURL.labelString:        Open this Link
  894. *popup.addURLBookmark.labelString:    Add Bookmark for this Link
  895. *popup.openURLNewWindow.labelString:    New Window with this Link
  896. *popup.saveURL.labelString:        Save Link As...
  897. *popup.copyURLToClip.labelString:    Copy this Link Location to Clipboard
  898. *popup.openImage.labelString:        View this Image
  899. *popup.saveImage.labelString:        Save this Image As...
  900. *popup.copyImageURLToClip.labelString:    Copy this Image Location to Clipboard
  901. *popup.loadDelayedImage.labelString:    Load this Image
  902. *popup*back.acceleratorText:        Alt+Left
  903. *popup*forward.acceleratorText:        Alt+Right
  904. *popup*saveURL.acceleratorText:        Shift+Button1
  905. *popup*openURL.acceleratorText:        Button1
  906. *popup*openURLNewWindow.acceleratorText:Button2
  907. *popup.XmPushButtonGadget.marginLeft:    5
  908. *popup.XmPushButtonGadget.marginRight:    5
  909. *popup.XmPushButtonGadget.alignment:    ALIGNMENT_BEGINNING
  910. *popup.separator0.separatorType:    SHADOW_ETCHED_IN
  911. *popup.separator1.separatorType:    SHADOW_ETCHED_IN
  912. *popup.separator2.height:        5
  913. *popup.separator2.separatorType:    NO_LINE
  914. *popup.separator3.separatorType:    SHADOW_ETCHED_IN
  915. *popup.separator4.separatorType:    SHADOW_ETCHED_IN
  916. *popup.separator5.separatorType:    SHADOW_ETCHED_IN
  917.  
  918. *history_popup.title:            Netscape: Window History
  919. *history_popup*listLabelString:        Where You've Been...
  920. *history_popup*OK.labelString:        Go To
  921. *history_popup*OkLabelString:        Go To
  922. *history_popup*Cancel.labelString:    Close
  923. *history_popup*CancelLabelString:    Close
  924. *history_popup*Apply.labelString:    Create Bookmark
  925. *history_popup*ApplyLabelString:    Create Bookmark
  926.  
  927. *source_popup.title:                Netscape: View Source
  928. *source_popup*save.labelString:            Save...
  929. *source_popup*OK.labelString:            OK
  930. *source_popup*text.editable:            False
  931. *source_popup*text.cursorPositionVisible:    False
  932. *source_popup*text.wordWrap:            True
  933. *source_popup*text.scrollHorizontal:        False
  934. *source_popup*urlLabel.labelString:        Location:
  935. *source_popup*titleLabel.labelString:        Title:
  936. *source_popup*titleLabel.leftOffset:        0
  937. *source_popup*titleLabel.rightOffset:        4
  938. *source_popup*titleLabel.alignment:        ALIGNMENT_END
  939. *source_popup*urlLabel.topOffset:        0
  940. *source_popup*urlLabel.leftOffset:        0
  941. *source_popup*urlLabel.rightOffset:        4
  942. *source_popup*urlLabel.alignment:        ALIGNMENT_END
  943. *source_popup*titleText.leftOffset:        0
  944. *source_popup*titleText.rightOffset:        0
  945. *source_popup*urlText.leftOffset:        0
  946. *source_popup*urlText.rightOffset:        0
  947. *source_popup*text.leftOffset:            0
  948. *source_popup*text.rightOffset:            0
  949. *source_popup*XmScrolledWindow.topOffset:    8
  950. *source_popup*text.columns:            60
  951. *source_popup*text.rows:            20
  952.  
  953. *docinfo_popup.title:                Netscape: Document Information
  954. *docinfo_popup*OK.labelString:    OK
  955. *docinfo_popup*titleLabel.labelString:        Title:
  956. *docinfo_popup*urlLabel.labelString:        Location:
  957. *docinfo_popup*modifiedLabel.labelString:    Last Modified:
  958. *docinfo_popup*sourceLabel.labelString:        Source:
  959. *docinfo_popup*charsetLabel.labelString:    Encoding:
  960. *docinfo_popup*dpyLabel.labelString:        Visual:
  961. *docinfo_popup*securityFrame.label.labelString:    Security Information
  962. *docinfo_popup*certificateLabel.labelString:    Server Certificate:
  963. *docinfo_popup*certificateText.columns:        60
  964. *docinfo_popup*certificateText.rows:        6
  965. *docinfo_popup*certificateText.wordWrap:    True
  966. *docinfo_popup*certificateText.scrollHorizontal:False
  967. *docinfo_popup*scrollBarDisplayPolicy:        AS_NEEDED
  968. *docinfo_popup*scrollingPolicy:            AUTOMATIC
  969. *docinfo_popup*securityText.wordWrap:        True
  970. *docinfo_popup*securityText.scrollHorizontal:    False
  971. *docinfo_popup*urlLabel.topOffset:        0
  972. *docinfo_popup*urlLabel.leftOffset:        0
  973. *docinfo_popup*urlLabel.rightOffset:        4
  974. *docinfo_popup*urlLabel.alignment:        ALIGNMENT_END
  975. *docinfo_popup*titleLabel.leftOffset:        0
  976. *docinfo_popup*titleLabel.rightOffset:        4
  977. *docinfo_popup*titleLabel.alignment:        ALIGNMENT_END
  978. *docinfo_popup*modifiedLabel.topOffset:        0
  979. *docinfo_popup*modifiedLabel.leftOffset:    0
  980. *docinfo_popup*modifiedLabel.rightOffset:    4
  981. *docinfo_popup*modifiedLabel.alignment:        ALIGNMENT_END
  982. *docinfo_popup*charsetLabel.topOffset:        0
  983. *docinfo_popup*charsetLabel.leftOffset:        0
  984. *docinfo_popup*charsetLabel.rightOffset:    4
  985. *docinfo_popup*charsetLabel.alignment:        ALIGNMENT_END
  986. *docinfo_popup*sourceLabel.topOffset:        0
  987. *docinfo_popup*sourceLabel.leftOffset:        0
  988. *docinfo_popup*sourceLabel.rightOffset:        4
  989. *docinfo_popup*sourceLabel.alignment:        ALIGNMENT_END
  990. ! add 5 to dpyLabel.topOffset to align label with text baseline (gag)
  991. *docinfo_popup*dpyLabel.topOffset:        5
  992. *docinfo_popup*dpyLabel.leftOffset:        0
  993. *docinfo_popup*dpyLabel.rightOffset:        4
  994. *docinfo_popup*dpyLabel.alignment:        ALIGNMENT_END
  995. *docinfo_popup*dpyText.rows:            3
  996. *docinfo_popup*dpyText.columns:            48
  997. *docinfo_popup*titleText.columns:        40
  998. *docinfo_popup*securityFrame.topOffset:        10
  999. *docinfo_popup*keyDescLabel.leftOffset:        14
  1000. *docinfo_popup*keyDescLabel.rightOffset:    14
  1001. *docinfo_popup*keyDescLabel.alignment:        ALIGNMENT_BEGINNING
  1002. *docinfo_popup*certificateLabel.leftOffset:    10
  1003. *docinfo_popup*certificateLabel.rightOffset:    10
  1004. *docinfo_popup*certificateLabel.alignment:    ALIGNMENT_BEGINNING
  1005. *docinfo_popup*securityLabel.leftOffset:    14
  1006. *docinfo_popup*securityLabel.rightOffset:    14
  1007. *docinfo_popup*securityLabel.alignment:        ALIGNMENT_BEGINNING
  1008. *docinfo_popup*XmScrolledWindow.leftOffset:    10
  1009. *docinfo_popup*XmScrolledWindow.rightOffset:    10
  1010.  
  1011. *docinfo*noSecurityMessage:\
  1012. This version of Netscape does not have security built in.
  1013.  
  1014. *docinfo*securityLabel.labelString:\
  1015. Security protects Internet documents you receive and information you send\n\
  1016. back with server authentication, privacy using encryption, and data\n\
  1017. integrity.  You can see a document's security status using the key/broken\n\
  1018. key icon in the status area or the colorbar above the content area (blue for\n\
  1019. secure; gray for insecure).  Consult the Handbook or the `On Security' page\n\
  1020. for details.
  1021.  
  1022.  
  1023. *mailto_popup.title:                Netscape: Mail
  1024. *mailto_popup*fromLabel.labelString:        From:
  1025. *mailto_popup*toLabel.labelString:        Mail To:
  1026. *mailto_popup*newsgroupsLabel.labelString:    Post To:
  1027. *mailto_popup*subjectLabel.labelString:        Subject:
  1028. *mailto_popup*attachLabel.labelString:        Attachment:
  1029. *mailto_popup*attachButton.labelString:        Attach...
  1030. *mailto_popup*bodyText.wordWrap:        True
  1031. *mailto_popup*bodyText.scrollHorizontal:    False
  1032. *mailto_popup*attachButton.marginWidth:        10
  1033. *mailto_popup*fromLabel.alignment:        ALIGNMENT_END
  1034. *mailto_popup*toLabel.alignment:        ALIGNMENT_END
  1035. *mailto_popup*newsgroupsLabel.alignment:    ALIGNMENT_END
  1036. *mailto_popup*subjectLabel.alignment:        ALIGNMENT_END
  1037. *mailto_popup*attachLabel.alignment:        ALIGNMENT_END
  1038. *mailto_popup*fromLabel.rightOffset:        4
  1039. *mailto_popup*toLabel.rightOffset:        0
  1040. *mailto_popup*subjectLabel.rightOffset:        0
  1041. *mailto_popup*bodyText.topOffset:        8
  1042. *mailto_popup*bodyText.columns:            80
  1043. *mailto_popup*bodyText.rows:            15
  1044. *mailto_popup*mailto.OK.labelString:        Send
  1045. *mailto_popup*mailto.OkLabelString:        Send
  1046. *mailto_popup*mailto.Cancel.labelString:    Cancel
  1047. *mailto_popup*mailto.CancelLabelString:        Cancel
  1048. *mailto_popup*citeButton.labelString:        Quote Document
  1049. *mailto_popup*preeditType:            overthespot
  1050.  
  1051. ! Some people just aren't too hip.
  1052. !*defaultMailtoText:            Hey, check out this cool URL:\n\n
  1053.  
  1054. *attach_popup.title:                Netscape: Attach Document
  1055. *attach_popup*attach.Cancel.labelString:    Cancel
  1056. *attach_popup*label.labelString:        \
  1057.     Add the following attachment after the message:
  1058. *attach_popup*docToggle.labelString:        Document:
  1059. *attach_popup*attachURLLabel.labelString:    Attach As:
  1060. *attach_popup*textToggle.labelString:        Document Text
  1061. *attach_popup*sourceToggle.labelString:        Document Source
  1062. *attach_popup*postscriptToggle.labelString:    PostScript
  1063. *attach_popup*fileToggle.labelString:        File:
  1064. *attach_popup*browseButton.labelString:        Browse...
  1065. *attach_popup*attach.OK.labelString:        Attach
  1066. *attach_popup*attach.OkLabelString:        Attach
  1067. *attach_popup*XmLabelGadget.alignment:        ALIGNMENT_BEGINNING
  1068. *attach_popup*indicatorType:            ONE_OF_MANY
  1069. *attach_popup*docToggle.leftOffset:        20
  1070. *attach_popup*docToggle.topOffset:        20
  1071. *attach_popup*fileToggle.topOffset:        20
  1072. *attach_popup*fileToggle.leftOffset:        0
  1073. *attach_popup*fileToggle.bottomOffset:        20
  1074. *attach_popup*attachURLLabel.topOffset:        10
  1075. *attach_popup*attachURLLabel.leftOffset:    80
  1076. *attach_popup*textToggle.leftOffset:        80
  1077. *attach_popup*urlText.columns:            40
  1078. *attach_popup*XmPushButtonGadget.marginWidth:    10
  1079. *attach_popup*XmPushButtonGadget.marginHeight:    5
  1080. *attach_popup*browseButton.rightOffset:        10
  1081.  
  1082.  
  1083. *formatType*none.labelString:        No Attachment
  1084. *formatType*text.labelString:        Text
  1085. *formatType*formattedText.labelString:    Formatted Text
  1086. *formatType*html.labelString:        Source
  1087. *formatType*tree.labelString:        Source and Images
  1088. *formatType*ps.labelString:        PostScript
  1089. *formatType*url.labelString:        URL Only
  1090.  
  1091. *preferences_popup.title:            Netscape: Preferences
  1092. *preferences*OkLabelString:                OK
  1093. *preferences*Apply.labelString:            Cancel
  1094. *preferences*ApplyLabelString:            Cancel
  1095. *preferences*Cancel.labelString:        Defaults
  1096. *preferences*CancelLabelString:            Defaults
  1097. *preferences*prefsPopup.styles.labelString:    Window and Link Styles
  1098. *preferences*prefsPopup.colors.labelString:    Fonts and Colors
  1099. *preferences*prefsPopup.mail.labelString:    Mail and News
  1100. *preferences*prefsPopup.cache.labelString:    Cache and Network
  1101. *preferences*prefsPopup.images.labelString:    Images and Security
  1102. *preferences*prefsPopup.dirs.labelString:    Applications and Directories
  1103. *preferences*prefsPopup.helpers.labelString:    Helper Applications
  1104. *preferences*prefsPopup.proxies.labelString:    Proxies
  1105. *preferences*prefsPopup*alignment:        ALIGNMENT_BEGINNING
  1106. *preferences*prefsButton*alignment:        ALIGNMENT_BEGINNING
  1107. *preferences*OptionLabel*alignment:        ALIGNMENT_BEGINNING
  1108. *preferences*OptionButton*alignment:        ALIGNMENT_BEGINNING
  1109. *preferences_popup*preeditType:                none
  1110.  
  1111. *preferences*windowFrame*windowBoxLabel.labelString:    Window Styles
  1112. *preferences*windowFrame*toolbarLabel.labelString:    Show Toolbar As:
  1113. *preferences*windowFrame*icons.labelString:        Pictures
  1114. *preferences*windowFrame*text.labelString:        Text
  1115. *preferences*windowFrame*both.labelString:        Both
  1116. *preferences*windowFrame*startLabel.labelString:    Start With:
  1117. *preferences*windowFrame*blank.labelString:        Blank Page
  1118. *preferences*windowFrame*home.labelString:        Home Page Location:
  1119. *preferences*windowFrame*fontLabel.labelString:        Font Style:
  1120. *preferences*windowFrame*small.labelString:        Small
  1121. *preferences*windowFrame*medium.labelString:        Medium
  1122. *preferences*windowFrame*large.labelString:        Large
  1123. *preferences*windowFrame*huge.labelString:        Huge
  1124. *preferences*windowFrame*toolbarLabel.alignment:    ALIGNMENT_END
  1125. *preferences*windowFrame*startLabel.alignment:        ALIGNMENT_END
  1126. *preferences*windowFrame*fontLabel.alignment:        ALIGNMENT_END
  1127. *preferences*windowFrame*XmLabel.leftOffset:        10
  1128. *preferences*windowFrame*XmLabelGadget.leftOffset:    10
  1129. *preferences*windowFrame*XmTextField.rightOffset:    10
  1130. *preferences*windowFrame*toolbarLabel.topOffset:    15
  1131. *preferences*windowFrame*icons.topOffset:        15
  1132. *preferences*windowFrame*text.topOffset:        15
  1133. *preferences*windowFrame*both.topOffset:        15
  1134. *preferences*windowFrame*startLabel.topOffset:        15
  1135. *preferences*windowFrame*blank.topOffset:        15
  1136. *preferences*windowFrame*home.topOffset:        15
  1137. *preferences*windowFrame*fontLabel.topOffset:        15
  1138. *preferences*windowFrame*small.topOffset:        15
  1139. *preferences*windowFrame*medium.topOffset:        15
  1140. *preferences*windowFrame*large.topOffset:        15
  1141. *preferences*windowFrame*huge.topOffset:        15
  1142. *preferences*windowFrame*fontLabel.bottomOffset:    15
  1143. *preferences*windowFrame*toolbarLabel.rightOffset:    10
  1144. *preferences*windowFrame*startLabel.rightOffset:    10
  1145. *preferences*windowFrame*fontLabel.rightOffset:        10
  1146. *preferences*windowFrame.topOffset:            10
  1147. *preferences*windowFrame*XmToggleButtonGadget.indicatorType: ONE_OF_MANY
  1148.  
  1149. *preferences*encodingFrame*encodingBoxLabel.labelString:    Encoding
  1150. *preferences*encodingFrame*encodingOption.labelString:    Document Encoding :
  1151. *preferences*encodingFrame*encodingList*Latin1.labelString:    Latin1
  1152. *preferences*encodingFrame*encodingList*SJIS.labelString:    SJIS
  1153. *preferences*encodingFrame*encodingList*EUC-JP.labelString:    EUC-JP
  1154. *preferences*encodingFrame*encodingList*ISO-2022-KR.labelString:ISO-2022-KR
  1155. *preferences*encodingFrame*encodingList*EUC-KR.labelString:    EUC-KR
  1156. *preferences*encodingFrame*encodingList*EUC-CN.labelString:    EUC-CN
  1157. *preferences*encodingFrame*encodingList*EUC-TW.labelString:    EUC-TW
  1158. *preferences*encodingFrame*encodingList*BIG5.labelString:    BIG5
  1159. *preferences*encodingFrame*autoselect.labelString:    Autoselect
  1160.  
  1161. *preferences*linkFrame*linkBoxLabel.labelString:    Link Styles
  1162. *preferences*linkFrame*underline.labelString:        Underline Links
  1163. *preferences*linkFrame*followedLinkLabel.labelString:    Followed Link Color:
  1164. *preferences*linkFrame*unfollowedLinkLabel.labelString:    Unfollowed Link Color:
  1165. *preferences*linkFrame*expireLabel.labelString:        Followed Links Expire:
  1166. *preferences*linkFrame*expireAfter.labelString:        After:
  1167. *preferences*linkFrame*expireDaysLabel.labelString:    Days
  1168. *preferences*linkFrame*expireDays.columns:        3
  1169. *preferences*linkFrame*expireNever.labelString:        Never
  1170. *preferences*linkFrame*expireNow.labelString:        Now
  1171. *preferences*linkFrame*followedLinkLabel.alignment:    ALIGNMENT_END
  1172. *preferences*linkFrame*unfollowedLinkLabel.alignment:    ALIGNMENT_END
  1173. *preferences*linkFrame*indicatorType:            ONE_OF_MANY
  1174. *preferences*linkFrame*underline.indicatorType:        N_OF_MANY
  1175. *preferences*linkFrame*XmLabel.leftOffset:        10
  1176. *preferences*linkFrame*XmLabelGadget.leftOffset:    10
  1177. *preferences*linkFrame*expireDays.topOffset:        10
  1178. *preferences*linkFrame*expireDays.bottomOffset:        10
  1179. *preferences*linkFrame*expireNow.marginWidth:        10
  1180. *preferences*linkFrame*underline.leftOffset:        10
  1181. *preferences*linkFrame*expireLabel.leftOffset:        10
  1182. *preferences*linkFrame*expireDaysLabel.leftOffset:    0
  1183. *preferences*linkFrame*expireDays.rightOffset:        0
  1184. *preferences*linkFrame*expireNever.leftOffset:        20
  1185. *preferences*linkFrame*expireNow.leftOffset:        20
  1186. *preferences*linkFrame*expireLabel.rightOffset:        10
  1187. *preferences*linkFrame.topOffset:            10
  1188.  
  1189. *preferences*mailFrame*mailBoxLabel.labelString:    Mail
  1190. *preferences*mailFrame*mailBoxLabel.topOffset:        -4
  1191. *preferences*mailFrame*mailBoxLabel.leftOffset:        10
  1192. *preferences*mailFrame*smtpLabel.labelString:        Mail (SMTP) Server:
  1193. *preferences*mailFrame*nameLabel.labelString:         Your Name:
  1194. *preferences*mailFrame*mailLabel.labelString:         Your Email:
  1195. *preferences*mailFrame*orgLabel.labelString:         Your Organization:
  1196. *preferences*mailFrame*sigLabel.labelString:         Signature File:
  1197. *preferences*mailFrame*8bitLabel.labelString:         Send and Post:
  1198. *preferences*mailFrame*8bitToggle.labelString:         Allow 8-bit
  1199. *preferences*mailFrame*qpToggle.labelString:         MIME Compliant (Quoted Printable)
  1200. *preferences*mailFrame*sigBrowse.labelString:        Browse...
  1201. *preferences*mailFrame*XmLabel.leftOffset:        4
  1202. *preferences*mailFrame*XmLabelGadget.leftOffset:    4
  1203. *preferences*mailFrame*XmTextField.rightOffset:        10
  1204. *preferences*mailFrame*sigBrowse.rightOffset:        10
  1205. *preferences*mailFrame*smtpText.topOffset:        10
  1206. *preferences*mailFrame*mailText.bottomOffset:        15
  1207. *preferences*mailFrame*orgText.bottomOffset:        15
  1208. *preferences*mailFrame*sigText.bottomOffset:        15
  1209. *preferences*mailFrame*sigText.columns:            35
  1210. *preferences*mailFrame*8bitToggle.bottomOffset:        4
  1211. *preferences*mailFrame.topOffset:            10
  1212. *preferences*mailFrame*XmLabel.alignment:        ALIGNMENT_END
  1213. *preferences*mailFrame*XmLabelGadget.alignment:        ALIGNMENT_END
  1214. *preferences*mailFrame*XmPushButtonGadget.leftOffset:    8
  1215. *preferences*mailFrame*XmPushButtonGadget.rightOffset:    8
  1216. *preferences*mailFrame*XmPushButtonGadget.marginWidth:    10
  1217. *preferences*mailFrame*8bitToggle.indicatorType:    ONE_OF_MANY
  1218. *preferences*mailFrame*qpToggle.indicatorType:        ONE_OF_MANY
  1219.  
  1220. *preferences*newsFrame*newshostLabel.labelString:    News (NNTP) Server:
  1221. *preferences*newsFrame*newsrcLabel.labelString:        News RC Directory:
  1222. *preferences*newsFrame*newsrcBrowse.labelString:    Browse...
  1223. *preferences*newsFrame*newsMaxLabel.labelString:    Show:
  1224. *preferences*newsFrame*newsMaxSuffix.labelString:    Articles at a Time
  1225. *preferences*newsFrame*newsMaxSuffix.leftOffset:    0
  1226. *preferences*newsFrame*newsMaxText.columns:        5
  1227. *preferences*newsFrame*newsBoxLabel.labelString:    News
  1228. *preferences*newsFrame*XmLabel.alignment:        ALIGNMENT_END
  1229. *preferences*newsFrame*XmLabelGadget.alignment:        ALIGNMENT_END
  1230. *preferences*newsFrame*newsMaxSuffix.alignment:        ALIGNMENT_BEGINNING
  1231. *preferences*newsFrame*XmTextField.rightOffset:        10
  1232. *preferences*newsFrame*XmLabel.leftOffset:        4
  1233. *preferences*newsFrame*XmLabelGadget.leftOffset:    4
  1234. *preferences*newsFrame*XmLabel.rightOffset:        4
  1235. *preferences*newsFrame*XmLabelGadget.rightOffset:    4
  1236. *preferences*newsFrame*newsMaxText.bottomOffset:    10
  1237. *preferences*newsFrame.topOffset:            10
  1238. *preferences*newsFrame*XmPushButtonGadget.marginWidth:    10
  1239. *preferences*newsFrame*XmPushButtonGadget.rightOffset:    10
  1240. *preferences*newsFrame*newsrcText.columns:        35
  1241.  
  1242. *preferences*cacheFrame*cacheBoxLabel.labelString:    Cache
  1243. *preferences*cacheFrame*memoryLabel.labelString:    Memory Cache:
  1244. *preferences*cacheFrame*diskLabel.labelString:        Disk Cache:
  1245. *preferences*cacheFrame*dirLabel.labelString:        Disk Cache Directory:
  1246. *preferences*cacheFrame*verifyLabel.labelString:    Verify Document:
  1247. *preferences*cacheFrame*onceToggle.labelString:        Once per session
  1248. *preferences*cacheFrame*everyToggle.labelString:    Every time
  1249. *preferences*cacheFrame*expiredToggle.labelString:    Never
  1250. *preferences*cacheFrame*browse.labelString:        Browse...
  1251. *preferences*cacheFrame*k.labelString:            Kilobytes
  1252. *preferences*cacheFrame*memClear.labelString:        Clear Memory Cache Now
  1253. *preferences*cacheFrame*diskClear.labelString:        Clear Disk Cache Now
  1254. *preferences*cacheFrame*memoryText.columns:        6
  1255. *preferences*cacheFrame*diskText.columns:        6
  1256. *preferences*cacheFrame*cacheDirText.columns:        15
  1257. *preferences*cacheFrame*alignment:            ALIGNMENT_BEGINNING
  1258. *preferences*cacheFrame*memoryLabel.alignment:        ALIGNMENT_END
  1259. *preferences*cacheFrame*diskLabel.alignment:        ALIGNMENT_END
  1260. *preferences*cacheFrame*dirLabel.alignment:        ALIGNMENT_END
  1261. *preferences*cacheFrame*verifyLabel.alignment:        ALIGNMENT_END
  1262. *preferences*cacheFrame*memClear.leftOffset:        25
  1263. *preferences*cacheFrame*diskClear.leftOffset:        25
  1264. *preferences*cacheFrame*browse.rightOffset:        10
  1265. *preferences*cacheFrame*browse.bottomOffset:        10
  1266. *preferences*cacheFrame*memoryText.bottomOffset:    10
  1267. *preferences*cacheFrame*onceToggle.bottomOffset:    10
  1268. *preferences*cacheFrame*cacheDirText.bottomOffset:    10
  1269. *preferences*cacheFrame*indicatorType:            ONE_OF_MANY
  1270. *preferences*cacheFrame*browse.marginWidth:        10
  1271. *preferences*cacheFrame*memClear.marginWidth:        10
  1272. *preferences*cacheFrame*diskClear.marginWidth:        10
  1273.  
  1274. *preferences*netFrame*netBoxLabel.labelString:        Network
  1275. *preferences*netFrame*bufLabel.labelString:        Network Buffer Size:
  1276. *preferences*netFrame*connLabel.labelString:        Connections:
  1277. *preferences*netFrame*connSuffix.labelString:    \
  1278.             (Maximum number of simultaneous network connections)
  1279. *preferences*netFrame*k.labelString:            Kilobytes
  1280. *preferences*netFrame*connSuffix.rightOffset:        10
  1281. *preferences*netFrame*networkFrame.topOffset:        10
  1282. *preferences*netFrame*bufText.columns:            6
  1283. *preferences*netFrame*connText.columns:            6
  1284. *preferences*netFrame*alignment:            ALIGNMENT_BEGINNING
  1285. *preferences*netFrame*bufLabel.alignment:        ALIGNMENT_END
  1286. *preferences*netFrame*connLabel.alignment:        ALIGNMENT_END
  1287. *preferences*netFrame*bufText.bottomOffset:        10
  1288. *preferences*netFrame*connText.bottomOffset:        10
  1289.  
  1290. *preferences*appsFrame*appsBoxLabel.labelString:    Supporting Applications
  1291. *preferences*appsFrame*telnetLabel.labelString:        Telnet Application:
  1292. *preferences*appsFrame*tn3270Label.labelString:        TN3270 Application:
  1293. *preferences*appsFrame*rloginLabel.labelString:        Rlogin Application:
  1294. *preferences*appsFrame*rloginUserLabel.labelString:    Rlogin with User:
  1295. *preferences*appsFrame*appsFrame.topOffset:        10
  1296. *preferences*appsFrame*rloginUserText.bottomOffset:    10
  1297. *preferences*appsFrame*XmLabel.alignment:        ALIGNMENT_END
  1298. *preferences*appsFrame*XmLabelGadget.alignment:        ALIGNMENT_END
  1299.  
  1300. *preferences*dirsFrame*dirsBoxLabel.labelString:    Directories
  1301. *preferences*dirsFrame*tmpLabel.labelString:         Temporary Directory:
  1302. *preferences*dirsFrame*bookLabel.labelString:         Bookmark File:
  1303. *preferences*dirsFrame*tmpBrowse.labelString:        Browse...
  1304. *preferences*dirsFrame*bookBrowse.labelString:        Browse...
  1305. *preferences*dirsFrame*dirsFrame.topOffset:        10
  1306. *preferences*dirsFrame*tmpText.columns:            37
  1307. *preferences*dirsFrame*tmpText.bottomOffset:        10
  1308. *preferences*dirsFrame*bookText.bottomOffset:        10
  1309. *preferences*dirsFrame*XmLabel.alignment:        ALIGNMENT_END
  1310. *preferences*dirsFrame*XmLabelGadget.alignment:        ALIGNMENT_END
  1311. *preferences*dirsFrame.topOffset:            10
  1312. *preferences*dirsFrame*XmPushButtonGadget.marginWidth:    10
  1313. *preferences*dirsFrame*XmPushButtonGadget.rightOffset:    10
  1314.  
  1315. *preferences*imagesFrame*imagesBoxLabel.labelString:    Images
  1316. *preferences*imagesFrame*colors.labelString:        Colors:
  1317. *preferences*imagesFrame*dither.labelString:        Dither to Color Cube
  1318. *preferences*imagesFrame*closest.labelString:    Use Closest Color in Color Cube
  1319. *preferences*imagesFrame*display.labelString:        Display Images:
  1320. *preferences*imagesFrame*while.labelString:        While Loading
  1321. *preferences*imagesFrame*after.labelString:        After Loading
  1322. *preferences*imagesFrame*imagesFrame.topOffset:        10
  1323. *preferences*imagesFrame*closest.rightOffset:        10
  1324. *preferences*imagesFrame*while.bottomOffset:        10
  1325. *preferences*imagesFrame*XmLabelGadget.alignment:    ALIGNMENT_END
  1326. *preferences*imagesFrame*XmToggleButtonGadget.alignment:ALIGNMENT_BEGINNING
  1327. *preferences*imagesFrame*indicatorType:            ONE_OF_MANY
  1328. *preferences*imagesFrame*after.bottomOffset:        10
  1329.  
  1330. *preferences*securityFrame*securityBoxLabel.labelString: Security Alerts
  1331. *preferences*securityFrame*alertLabel.labelString:   Show a Popup Alert Before:
  1332. *preferences*securityFrame*enterToggle.labelString:     \
  1333.                       Entering a Secure Document Space (Server)
  1334. *preferences*securityFrame*leaveToggle.labelString:     \
  1335.                        Leaving a Secure Document Space (Server)
  1336. *preferences*securityFrame*mixedToggle.labelString:     \
  1337.                   Viewing a Document with a Secure/Insecure Mix
  1338. *preferences*securityFrame*alignment:             ALIGNMENT_BEGINNING
  1339. *preferences*securityFrame*submitToggle.labelString:     \
  1340.                            Submitting a Form Insecurely
  1341. *preferences*securityFrame*alertLabel.topOffset:     10
  1342. *preferences*securityFrame*alertLabel.leftOffset:     10
  1343. *preferences*securityFrame*enterToggle.topOffset:     10
  1344. *preferences*securityFrame*enterToggle.leftOffset:     20
  1345. *preferences*securityFrame*submitToggle.bottomOffset:     10
  1346. *preferences*securityFrame*enterToggle.rightOffset:     10
  1347. *preferences*securityFrame*leaveToggle.rightOffset:     10
  1348. *preferences*securityFrame*mixedToggle.rightOffset:     10
  1349. *preferences*securityFrame*submitToggle.rightOffset:     10
  1350. *preferences*securityFrame.topOffset:             10
  1351.  
  1352. *preferences*proxiesFrame*proxiesBoxLabel.labelString:    Proxies
  1353. *preferences*proxiesFrame*ftpLabel.labelString:        FTP Proxy:
  1354. *preferences*proxiesFrame*gopherLabel.labelString:    Gopher Proxy:
  1355. *preferences*proxiesFrame*httpLabel.labelString:    HTTP Proxy:
  1356. *preferences*proxiesFrame*httpsLabel.labelString:    Security Proxy:
  1357. *preferences*proxiesFrame*waisLabel.labelString:    WAIS Proxy:
  1358. *preferences*proxiesFrame*noLabel.labelString:        No Proxy for:
  1359. *preferences*proxiesFrame*socksLabel.labelString:    SOCKS Host:
  1360. *preferences*proxiesFrame*portLabel.labelString:    Port:
  1361. *preferences*proxiesFrame*XmLabel.alignment:        ALIGNMENT_END
  1362. *preferences*proxiesFrame*XmLabelGadget.alignment:    ALIGNMENT_END
  1363. *preferences*proxiesFrame*XmTextField.columns:        37
  1364. *preferences*proxiesFrame*ftpPort.columns:        5
  1365. *preferences*proxiesFrame*ftpText.rightOffset:        10
  1366. *preferences*proxiesFrame*ftpPort.rightOffset:        10
  1367. *preferences*proxiesFrame*proxiesBoxLabel.leftOffset:    10
  1368. *preferences*proxiesFrame*proxiesBoxLabel.topOffset:    -4
  1369. *preferences*proxiesFrame*XmLabel.leftOffset:        10
  1370. *preferences*proxiesFrame*XmLabelGadget.leftOffset:    10
  1371. *preferences*proxiesFrame*portLabel.leftOffset:        10
  1372. *preferences*proxiesFrame*noText.bottomOffset:        10
  1373. *preferences*proxiesFrame*socksText.topOffset:        15
  1374. *preferences*proxiesFrame*socksText.bottomOffset:    10
  1375.  
  1376. *preferences*helperFrame*helperBoxLabel.labelString:   MIME Configuration Files
  1377. *preferences*helperFrame*globalMimeTypesLabel.labelString: Global Types File:
  1378. *preferences*helperFrame*privateMimeTypesLabel.labelString:Personal Types File:
  1379. *preferences*helperFrame*globalMailcapLabel.labelString:   Global Mailcap File:
  1380. *preferences*helperFrame*privateMailcapLabel.labelString:Personal Mailcap File:
  1381. *preferences*helperFrame*globalMimeTypesBrowseButton.labelString:  Browse...
  1382. *preferences*helperFrame*privateMimeTypesBrowseButton.labelString: Browse...
  1383. *preferences*helperFrame*globalMailcapBrowseButton.labelString:       Browse...
  1384. *preferences*helperFrame*privateMailcapBrowseButton.labelString:   Browse...
  1385. *preferences*helperFrame*globalMimeTypesBrowseButton.marginWidth:  10
  1386. *preferences*helperFrame*privateMimeTypesBrowseButton.marginWidth: 10
  1387. *preferences*helperFrame*globalMailcapBrowseButton.marginWidth:       10
  1388. *preferences*helperFrame*privateMailcapBrowseButton.marginWidth:   10
  1389. *preferences*helperFrame*XmLabel.rightOffset:                  4
  1390. *preferences*helperFrame*XmLabelGadget.rightOffset:           4
  1391. *preferences*helperFrame*XmLabel.alignment:              ALIGNMENT_END
  1392. *preferences*helperFrame*XmLabelGadget.alignment:          ALIGNMENT_END
  1393. *preferences*helperFrame*XmTextField.columns:               35
  1394. *preferences*helperFrame*globalMailcapText.topOffset:            10
  1395. *preferences*helperFrame*privateMailcapText.bottomOffset:        10
  1396. *preferences*helperFrame*XmPushButtonGadget.leftOffset:           10
  1397. *preferences*helperFrame*XmPushButtonGadget.rightOffset:       10
  1398.  
  1399.  
  1400.  
  1401. *enteringSecureDialog_popup.title:        Netscape: Secure Document
  1402. *enteringSecureDialog*toggle.labelString:      Show this Alert Next Time
  1403. *enteringSecureDialog*toggle.alignment:        ALIGNMENT_BEGINNING
  1404. *enteringSecureDialog*toggle.leftOffset:    100
  1405. *enteringSecureDialog.selectionLabelString:\
  1406. You have requested a secure document. The document and any information\n\
  1407. you send back are encrypted for privacy while in transit.\n\
  1408. For more information on security choose Document Information from the File \
  1409. menu.
  1410.  
  1411. *leavingSecureDialog_popup.title:        Netscape: Security Warning
  1412. *leavingSecureDialog*toggle.labelString:    Show this Alert Next Time
  1413. *leavingSecureDialog*toggle.alignment:        ALIGNMENT_BEGINNING
  1414. *leavingSecureDialog.OkLabelString:        Continue Loading
  1415. *leavingSecureDialog.CancelLabelString:        Cancel Loading
  1416. *leavingSecureDialog*toggle.leftOffset:        100
  1417. *leavingSecureDialog.selectionLabelString:\
  1418. You have requested an insecure document. The document and any information\n\
  1419. you send back could be observed by a third party while in transit.\n\
  1420. For more information on security choose Document Information from the File \
  1421. menu.
  1422.  
  1423. *mixedSecurityDialog_popup.title:        Netscape: Security Warning
  1424. *mixedSecurityDialog*toggle.labelString:    Show this Alert Next Time
  1425. *mixedSecurityDialog*toggle.alignment:        ALIGNMENT_BEGINNING
  1426. *mixedSecurityDialog*toggle.leftOffset:        100
  1427. *mixedSecurityDialog.selectionLabelString:\
  1428. You have requested a secure document that contains some insecure \
  1429. information.\n\
  1430.  \n\
  1431. The insecure information will not be shown.\n\
  1432. For more information on security choose Document Information from the File \
  1433. menu.
  1434.  
  1435. *redirectionToInsecureDialog_popup.title:    Netscape: Security Warning
  1436. *redirectionToInsecureDialog*toggle.labelString:Show this Alert Next Time
  1437. *redirectionToInsecureDialog*toggle.alignment:    ALIGNMENT_BEGINNING
  1438. *redirectionToInsecureDialog.OkLabelString:    Continue Loading
  1439. *redirectionToInsecureDialog.CancelLabelString:    Cancel Loading
  1440. *redirectionToInsecureDialog*toggle.leftOffset:    100
  1441. *redirectionToInsecureDialog.selectionLabelString:\
  1442. Warning! You have requested an insecure document that was\n\
  1443. originally designated a secure document (the location has been\n\
  1444. redirected from a secure to an insecure document). The document\n\
  1445. and any information you send back could be observed by a third\n\
  1446. party while in transit.
  1447.  
  1448. *insecurePostFromSecureDocDialog_popup.title:         Netscape: Security Warning
  1449. *insecurePostFromSecureDocDialog*toggle.labelString: Show this Alert Next Time
  1450. *insecurePostFromSecureDocDialog*toggle.alignment:   ALIGNMENT_BEGINNING
  1451. *insecurePostFromSecureDocDialog.OkLabelString:      Continue Submission
  1452. *insecurePostFromSecureDocDialog.CancelLabelString:  Cancel Submission
  1453. *insecurePostFromSecureDocDialog*toggle.leftOffset:  100
  1454. *insecurePostFromSecureDocDialog.selectionLabelString:\
  1455. Warning! Although this document is secure, any information you\n\
  1456. submit is insecure and could be observed by a third party while\n\
  1457. in transit. If you are submitting passwords, credit card numbers,\n\
  1458. or other information you would like to keep private, it would be\n\
  1459. safer for you to cancel the submission.
  1460.  
  1461. *insecurePostFromInsecureDocDialog_popup.title:          Netscape: Security Warning
  1462. *insecurePostFromInsecureDocDialog.OkLabelString:     Continue Submission
  1463. *insecurePostFromInsecureDocDialog.CancelLabelString: Cancel Submission
  1464. *insecurePostFromInsecureDocDialog*toggle.labelString:Show this Alert Next Time
  1465. *insecurePostFromInsecureDocDialog*toggle.alignment:  ALIGNMENT_BEGINNING
  1466. *insecurePostFromInsecureDocDialog*toggle.leftOffset: 100
  1467. *insecurePostFromInsecureDocDialog.selectionLabelString:\
  1468. The information you submit is insecure and could be observed by\n\
  1469. a third party while in transit.  If you are submitting passwords,\n\
  1470. credit card numbers, or other information you would like to keep\n\
  1471. private, it would be safer for you to cancel the submission.
  1472.  
  1473.  
  1474. *licenseDialog_popup.title:            Netscape: License Agreement
  1475. *licenseDialog*label1.labelString:\n\
  1476.  Netscape is licensed software.  Its use is subject to the\n\
  1477.  terms and conditions of the license agreement below.\n
  1478. *licenseDialog*label2.labelString:\n\
  1479.  If you accept the terms of this license agreement,\n\
  1480.  press `Accept.'  Otherwise press `Do Not Accept.'\n
  1481. *licenseDialog*text.columns:            72
  1482. *licenseDialog*text.rows:            23
  1483. *licenseDialog*text.wordWrap:            True
  1484. *licenseDialog*text.scrollHorizontal:        False
  1485. *licenseDialog.accept.labelString:        Accept
  1486. *licenseDialog.reject.labelString:        Do Not Accept
  1487.  
  1488. *printSetup_popup.title:            Netscape: Print
  1489. *printSetup*printToLabel.labelString:        Print To:
  1490. *printSetup*toPrinterToggle.labelString:    Printer
  1491. *printSetup*toFileToggle.labelString:        File
  1492. *printSetup*printCommandLabel.labelString:    Print Command:
  1493. *printSetup*fileNameLabel.labelString:        File Name:
  1494. *printSetup*browseButton.labelString:        Browse...
  1495. *printSetup*printLabel.labelString:        Print:
  1496. *printSetup*firstFirstToggle.labelString:    First Page First
  1497. *printSetup*lastFirstToggle.labelString:    Last Page First
  1498. *printSetup*orientationLabel.labelString:    Orientation:
  1499. *printSetup*portraitToggle.labelString:        Portrait
  1500. *printSetup*landscapeToggle.labelString:    Landscape
  1501. *printSetup*printColorLabel.labelString:    Print:
  1502. *printSetup*greyscaleToggle.labelString:    Greyscale
  1503. *printSetup*colorToggle.labelString:        Color
  1504. *printSetup*paperSizeLabel.labelString:        Paper Size:
  1505. *printSetup*letterToggle.labelString:        Letter (8 1/2 x 11 in.)
  1506. *printSetup*legalToggle.labelString:        Legal (8 1/2 x 14 in.)
  1507. *printSetup*executiveToggle.labelString:    Executive (7 1/2 x 10 in.)
  1508. *printSetup*a4Toggle.labelString:        A4 (210 x 297 mm)
  1509. *printSetup*OK.labelString:            Print
  1510. *printSetup*OkLabelString:            Print
  1511. *printSetup*CancelLabelString:            Cancel
  1512. *printSetup*XmLabel.alignment:            ALIGNMENT_END
  1513. *printSetup*XmLabelGadget.alignment:        ALIGNMENT_END
  1514. *printSetup*XmToggleButtonGadget.alignment:    ALIGNMENT_BEGINNING
  1515. *printSetup*XmToggleButtonGadget.indicatorType:    ONE_OF_MANY
  1516. *printSetup*lastFirstToggle.leftOffset:        10
  1517. *printSetup*landscapeToggle.leftOffset:        10
  1518. *printSetup*colorToggle.leftOffset:        10
  1519. *printSetup*legalToggle.leftOffset:        10
  1520. *printSetup*a4Toggle.leftOffset:        10
  1521. *printSetup*XmLabel.rightOffset:        10
  1522. *printSetup*XmLabelGadget.rightOffset:        10
  1523. *printSetup*browseButton.marginHeight:        3
  1524. *printSetup*browseButton.marginWidth:        4
  1525. *printSetup*line.topOffset:            4
  1526. *printSetup*printLabel.topOffset:        4
  1527. *printSetup*firstFirstToggle.topOffset:        10
  1528. *printSetup*portraitToggle.topOffset:        10
  1529. *printSetup*greyscaleToggle.topOffset:        10
  1530. *printSetup*letterToggle.topOffset:        10
  1531. *printSetup_popup*preeditType:            overthespot
  1532.  
  1533. *findDialog_popup.title:            Netscape: Find
  1534. *findDialog*findLabel.labelString:        Find:
  1535. *findDialog*findLabel.alignment:        ALIGNMENT_END
  1536. *findDialog*caseSensitive.labelString:        Case Sensitive
  1537. *findDialog*backwards.labelString:        Find Backwards
  1538. *findDialog*backwards.leftOffset:        20
  1539. *findDialog*caseSensitive.alignment:        ALIGNMENT_BEGINNING
  1540. *findDialog*backwards.alignment:        ALIGNMENT_BEGINNING
  1541. *findDialog*XmToggleButtonGadget.indicatorType:    N_OF_MANY
  1542. *findDialog*XmToggleButtonGadget.visibleWhenOff:True
  1543. *findDialog*OK.labelString:            Find
  1544. *findDialog*OkLabelString:            Find
  1545. *findDialog*Apply.labelString:            Clear
  1546. *findDialog*ApplyLabelString:            Clear
  1547. *findDialog*Cancel.labelString:            Close
  1548. *findDialog*CancelLabelString:            Close
  1549. *findDialog_popup*preeditType:            overthespot
  1550.  
  1551. *openURL_popup.title:            Netscape: Open Location
  1552. *openURL*openURLLabel.labelString:    Open Location:
  1553. *openURL*OK.labelString:        Open
  1554. *openURL*OkLabelString:            Open
  1555. *openURL*Apply.labelString:        Clear
  1556. *openURL*ApplyLabelString:        Clear
  1557. *openURL*Cancel.labelString:    Cancel
  1558. *openURL*CancelLabelString:    Cancel
  1559. *openURL*openURLLabel.alignment:    ALIGNMENT_END
  1560. *openURL*urlText.columns:        45
  1561. *openURL.width:                500
  1562. *openURL_popup*preeditType:    overthespot
  1563.  
  1564. *message_popup.title:            Netscape
  1565. *message_popup*OK.labelString:    OK
  1566. *message_popup*OkLabelString:    OK
  1567.  
  1568. *error_popup.title:            Netscape: Error
  1569.  
  1570. *question_popup.title:            Netscape: Question
  1571. *question_popup*OK.labelString:    OK
  1572. *question_popup*Cancel.labelString:    Cancel
  1573.  
  1574. *prompt_popup.title:            Netscape: Prompt
  1575. *password_popup.title:            Netscape: Password
  1576. *stdout_popup.title:            Netscape: subprocess diagnostics (stdout)
  1577. *stderr_popup.title:            Netscape: subprocess diagnostics (stderr)
  1578. *stdout_stderr_popup.title:     Netscape: subprocess diagnostics (stdout/stderr)
  1579.  
  1580. *citing_popup.title:            Netscape
  1581. *citing_popup*messageString:        \nQuoting...\n
  1582.  
  1583. *printing_popup.title:            Netscape
  1584. *printing_popup*messageString:        \nPrinting...\n
  1585.  
  1586. *deliveringMessage_popup.title:        Netscape
  1587. *deliveringMessage_popup*messageString:    \nDelivering message...\n
  1588.  
  1589. *saving_popup.title:            Netscape
  1590. *saving_popup*messageString:        \nSaving to disk...\n
  1591.  
  1592. *visual_popup.title:            Netscape: Change X Visual
  1593. *visual_popup*listLabelString:        Available Visuals:
  1594.  
  1595. *dialog*OK.labelString:        OK
  1596. *dialog*clear.labelString:        Clear
  1597. *dialog*Cancel.labelString:        Cancel
  1598. *dialog*userLabel.labelString:        User ID:
  1599. *dialog*passwdLabel.labelString:    Password:
  1600. *dialog*userLabel.alignment:        ALIGNMENT_END
  1601. *dialog*passwdLabel.alignment:        ALIGNMENT_END
  1602.  
  1603. *citationQuery_popup.title:        Citation Style Question
  1604. *citationQuery.selectionLabelString:    \n\
  1605. You have quoted an entire document instead of attaching it.\n\
  1606.  \n\
  1607. You could, instead, attach the document and it would be\n\
  1608. appended to the message, without a `>' at the beginning\n\
  1609. of each line. This would make it easier for recipients\n\
  1610. to save and use this document.\n\
  1611.  \n\
  1612. Would you like to send this document as an attachment?\n
  1613.  
  1614. *citationQuery*OK.labelString:        Send as\nText Attachment
  1615. *citationQuery*OkLabelString:        Send as\nText Attachment
  1616. *citationQuery*Apply.labelString:    Send as\nQuoted
  1617. *citationQuery*ApplyLabelString:    Send as\nQuoted
  1618. *citationQuery*Cancel.labelString:    Cancel
  1619. *citationQuery*CancelLabelString:    Cancel
  1620.  
  1621. *doubleCitationQuery_popup.title:    Citation Style Question
  1622. *doubleCitationQuery.selectionLabelString:    \n\
  1623. You have (probably inadvertently) included the same document twice:\n\
  1624. first as a citation (meaning: with `>' at the beginning of each line) and\n\
  1625. then as an attachment (meaning: as a second part of the message,\n\
  1626. included after your new text.)\n\
  1627.  \n\
  1628. Would you like to send an attached document or a quoted document?
  1629.  
  1630. *doubleCitationQuery*OK.labelString:    Send as\nText Attachment
  1631. *doubleCitationQuery*OkLabelString:    Send as\nText Attachment
  1632. *doubleCitationQuery*Apply.labelString:    Send as\nQuoted
  1633. *doubleCitationQuery*ApplyLabelString:    Send as\nQuoted
  1634. *doubleCitationQuery*Cancel.labelString:Cancel
  1635. *doubleCitationQuery*CancelLabelString:    Cancel
  1636.  
  1637. *streamingAudioQuery_popup.title:    Audio Question
  1638. *streamingAudioQuery.selectionLabelString:    \
  1639. Would you like to play the data to the external viewer as it comes\n\
  1640. from the network, or save to a file and then play from the file?
  1641. *streamingAudioQuery*OK.labelString:    Play from Network
  1642. *streamingAudioQuery*OkLabelString:    Play from Network
  1643. *streamingAudioQuery*Apply.labelString:    Save First
  1644. *streamingAudioQuery*ApplyLabelString:    Save First
  1645. *streamingAudioQuery*Cancel.labelString:Cancel
  1646. *streamingAudioQuery*CancelLabelString:    Cancel
  1647.  
  1648. *fileSelector*filterLabelString:    Filter
  1649. *fileSelector*dirListLabelString:    Directories
  1650. *fileSelector*fileListLabelString:    Files
  1651. *fileSelector*OkLabelString:    OK
  1652. *fileSelector*ApplyLabelString:    Filter
  1653. *fileSelector*CancelLabelString:    Cancel
  1654. *fileSelector.Selection.labelString:    Selection
  1655. *fileSelector.pattern:            *.html
  1656. *fileSelector*fileTypeMask:        FILE_ANY_TYPE
  1657. *fileSelector*saveTypeBox.orientation:    HORIZONTAL
  1658. *fileSelector*formatType.labelString:    Format for Saved Document:
  1659. *fileSelector_popup*preeditType:    overthespot
  1660.  
  1661. *fileBrowser_popup.title:        Netscape: File Browser
  1662. *fileBrowser*filterLabelString:        Filter
  1663. *fileBrowser*dirListLabelString:        Directories
  1664. *fileBrowser*fileListLabelString:        Files
  1665. *fileBrowser*Selection.labelString:        Selection
  1666. *fileBrowser*OkLabelString:        OK
  1667. *fileBrowser*ApplyLabelString:        Filter
  1668. *fileBrowser*CancelLabelString:        Cancel
  1669. *fileBrowser*HelpLabelString:        Help
  1670.  
  1671. *formSubmitButton.labelString:        Submit
  1672. *formResetButton.labelString:        Reset
  1673. *formButton.labelString:        Monkey Brains
  1674.  
  1675. *bookmark_popup.title:            Netscape: Bookmarks
  1676. *bookmark*add.labelString:        Add Bookmark
  1677. *bookmark*goto.labelString:        Go To
  1678. *bookmark*selectedLabel.labelString:    URL
  1679. *bookmark*up.labelString:        Up
  1680. *bookmark*down.labelString:        Down
  1681. *bookmark*in.labelString:        In
  1682. *bookmark*out.labelString:        Out
  1683. *bookmark*find.labelString:        Find:
  1684. *bookmark*close.labelString:        Close
  1685. *bookmark*edit.labelString:        Edit >>
  1686. *bookmark*view.labelString:        View Bookmarks...
  1687. *bookmark*export.labelString:        Export Bookmarks...
  1688. *bookmark*import.labelString:        Import Bookmarks...
  1689. *bookmark*addUnderLabel.labelString:    Menu Adds After:
  1690. *bookmark*bookmarkMenuLabel.labelString:Menu Starts With:
  1691. *bookmark*newURL.labelString:        New Bookmark
  1692. *bookmark*newHeader.labelString:    New Header
  1693. *bookmark*newSeparator.labelString:    New Separator
  1694. *bookmark*bookmarkNameLabel.labelString:Name:
  1695. *bookmark*bookmarkURLLabel.labelString:    Location:
  1696. *bookmark*visitedLabel.labelString:    Last Visited:
  1697. *bookmark*addedLabel.labelString:    Added On:
  1698. *bookmark*descriptionLabel.labelString:    Description:
  1699. *bookmark*done.labelString:        << Done Editing
  1700. *bookmark*copy.labelString:        Copy Item
  1701. *bookmark*remove.labelString:        Remove Item
  1702. *bookmark*leftBox*resizable:        False
  1703. *bookmark*XmList*visibleItemCount:    14
  1704. *bookmark*XmList*listSizePolicy:    RESIZE_IF_POSSIBLE
  1705. *bookmark*XmPushButton.alignment:    ALIGNMENT_CENTER
  1706. *bookmark*XmPushButtonGadget.alignment:    ALIGNMENT_CENTER
  1707. *bookmark*XmLabel.alignment:        ALIGNMENT_END
  1708. *bookmark*XmLabelGadget.alignment:    ALIGNMENT_END
  1709. *bookmark*selectedLabel.alignment:    ALIGNMENT_BEGINNING
  1710. *bookmark*leftBox.leftOffset:        10
  1711. *bookmark*leftBox.topOffset:        10
  1712. *bookmark*leftBox.bottomOffset:        10
  1713. *bookmark*XmScrolledWindow.rightOffset:    10
  1714. *bookmark*leftBox*box1.rightOffset:    10
  1715. *bookmark*leftBox*box2.rightOffset:    10
  1716. *bookmark*leftBox*box3.rightOffset:    10
  1717. *bookmark*leftBox*box4.rightOffset:    10
  1718.  
  1719. ! add 5 to descriptionText.topOffset to align label with text baseline (gag)
  1720. *bookmark*descriptionLabel.topOffset:    5
  1721.  
  1722. *bookmark*selectedLabel.rightOffset:    10
  1723. *bookmark*selectedLabel.recomputeSize:    False
  1724.  
  1725. *bookmark*rightBox.topOffset:        10
  1726. *bookmark*rightBox.bottomOffset:    10
  1727. *bookmark*rightBox.rightOffset:        10
  1728. *bookmark*rightBox*box2.resizePolicy:    RESIZE_GROW
  1729. *bookmarkLabelItem.alignment:        ALIGNMENT_BEGINNING
  1730.  
  1731. *bookmark*box1.marginWidth:        0
  1732. *bookmark*box1.marginHeight:        0
  1733. *bookmark*box2.marginWidth:        0
  1734. *bookmark*box2.marginHeight:        0
  1735. *bookmark*box3.marginWidth:        0
  1736. *bookmark*box3.marginHeight:        0
  1737. *bookmark*box4.marginWidth:        0
  1738. *bookmark*box4.marginHeight:        0
  1739. *bookmark*box5.marginWidth:        0
  1740. *bookmark*box5.marginHeight:        0
  1741.  
  1742. *bookmark*leftBox*box2.bottomOffset:    10
  1743. *bookmark*leftBox*box3.bottomOffset:    20
  1744.  
  1745. *bookmark*rightBox*box2.topOffset:    10
  1746. *bookmark*rightBox*box3.topOffset:    20
  1747. *bookmark*rightBox*box4.topOffset:    10
  1748. *bookmark*rightBox*box4.bottomOffset:    20
  1749.  
  1750. *bookmark*descriptionText.wordWrap:    True
  1751.  
  1752. *bookmark_popup*preeditType:        overthespot
  1753.  
  1754.  
  1755. ! Need class name in here to defeat *sgiMode and HP-VUE color nonsense...
  1756. ! On SGIs, not having the class will cause the default SGI colors to
  1757. ! be used instead of the ones specified here.  With VUE, the behavior
  1758. ! is even worse - if we're using a non-default visual (for example, if
  1759. ! we have requested a 24-bit TrueColor visual instead of the default
  1760. ! 8-bit PseudoColor) then VUE will ignore the fact that we're not using
  1761. ! the default visual, and give us colors allocated from the wrong
  1762. ! colormap, resulting in lovely effects like brown-on-brown menubars!
  1763. !
  1764. Netscape*thermo.slider.foreground:    #0000BF
  1765. Netscape*thermo.slider.background:    #69B5B5
  1766. Netscape*power.LED.foreground:        #0000BF
  1767. Netscape*power.LED.background:        #69B5B5
  1768.  
  1769. ! (Note: if you comment this stuff out in an attempt to let the current
  1770. ! "scheme" override things, you'll find that the colors of the toolbar
  1771. ! icons and the colors of form elemenets (like option menus) will get
  1772. ! messed up.)
  1773. Netscape*foreground:            Black
  1774. Netscape*background:            #B2B2B2
  1775.  
  1776. Netscape*XmTextField.foreground:        Black
  1777. Netscape*XmText.foreground:        Black
  1778. Netscape*XmList.foreground:        Black
  1779. Netscape*XmTextField.background:        #D3B5B5
  1780. Netscape*XmText.background:        #D3B5B5
  1781. Netscape*XmList.background:        #D3B5B5
  1782.  
  1783. ! Colors of the "Secure Document" bar.
  1784. *secureDocumentColor:            #0000BF
  1785. *insecureDocumentColor:            #B2B2B2
  1786.  
  1787. ! Various margin sizes
  1788. !
  1789. *topLeftArea.leftOffset:        0
  1790. *topLeftArea.rightOffset:        10
  1791. *topLeftArea.topOffset:            0
  1792. *topLeftArea.bottomOffset:        0
  1793. *urlText.topOffset:            4
  1794. *urlText.bottomOffset:            4
  1795. *urlText.leftOffset:            4
  1796. *urlText.rightOffset:            4
  1797. !*urlText.rightOffset:            10
  1798. ! add 5 to urlText.topOffset to align urlLabel with urlText baseline (gag)
  1799. *urlLabel.topOffset:            9
  1800. *urlLabel.leftOffset:            10
  1801. *urlLabel.rightOffset:            10
  1802. *historyMenuBox.topOffset:        0
  1803. *historyMenuBox.bottomOffset:        4
  1804. *historyMenuBox.leftOffset:        4
  1805. *historyMenuBox.rightOffset:        4
  1806. *logo.topOffset:            4
  1807. *logo.bottomOffset:            4
  1808. *logo.leftOffset:            10
  1809. *logo.rightOffset:            10
  1810. *historyMenuBox.marginHeight:        0
  1811. *historyMenuBox.marginWidth:        0
  1812.  
  1813. *toolBar*XmPushButton.leftOffset:    2
  1814. *toolBar*XmPushButtonGadget.leftOffset:    2
  1815. *urlBar*XmPushButton.leftOffset:    2
  1816. *urlBar*XmPushButtonGadget.leftOffset:    2
  1817.  
  1818. *mouseDocumentation.rightOffset:    4
  1819. *toolBar.topOffset:            0
  1820. *toolBar.leftOffset:            10
  1821. *toolBar.rightOffset:            0
  1822. *toolBar.bottomOffset:            0
  1823.  
  1824. *urlBar.topOffset:            4
  1825. *urlBar.leftOffset:            10
  1826. *urlBar.rightOffset:            0
  1827. *urlBar.bottomOffset:            0
  1828.  
  1829. ! Give it a default string to get it sized right...
  1830. *mouseDocumentation.labelString:    Mozilla
  1831. *mouseDocumentation.alignment:        ALIGNMENT_BEGINNING
  1832. *mouseDocumentation.leftOffset:        10
  1833.  
  1834. *docinfoLabel.leftOffset:        4
  1835.  
  1836. *dashboard.topOffset:            0
  1837. *dashboard.bottomOffset:        0
  1838. *dashboard.leftOffset:            0
  1839. *dashboard.rightOffset:            10
  1840. ! To prevent the whole window from flickering when mouseDoc text changes...
  1841. *dashboard.resizable:            False
  1842.  
  1843. *thermo.leftOffset:            4
  1844. *thermo.rightOffset:            10
  1845. *thermo.topOffset:            4
  1846. *thermo.bottomOffset:            4
  1847. *thermo.shadowThickness:        2
  1848. *thermo.shadowType:            SHADOW_IN
  1849.  
  1850. *power.topOffset:            4
  1851. *power.bottomOffset:            4
  1852. *power.shadowThickness:            2
  1853. *power.shadowType:            SHADOW_IN
  1854.  
  1855. *thermo.slider.width:            200
  1856. *thermo.slider.height:            5
  1857.  
  1858. *power.LED.width:            15
  1859. *power.LED.height:            5
  1860.  
  1861. *securityBar.topOffset:            4
  1862. *securityBar.bottomOffset:        4
  1863. *securityBar.shadowThickness:        2
  1864. *securityBar.shadowType:        SHADOW_IN
  1865. *securityBar.LED.height:        2
  1866.  
  1867. *topPane.shadowThickness:        2
  1868. *bottomPane.shadowThickness:        2
  1869. *topPane.shadowType:            SHADOW_IN
  1870. *bottomPane.shadowType:            SHADOW_IN
  1871.  
  1872. ! Go ahead, try and figure out why some of these need to be on the
  1873. ! _popup version, and some need to be one level deeper.  I dare you.
  1874. !*dialog.width:                500
  1875. !*history.width:            500
  1876. !*mailto.width:                500
  1877. !*cache_popup.width:            500
  1878. *userConfig_popup.width:        500
  1879. *userConfig.width:            500
  1880. *fileSelector.width:            500
  1881. *fileBrowser.width:            500
  1882.  
  1883. ! I had to hardcode this in the C code - doesn't work from here...
  1884. !*history_popup.allowShellResize:    False
  1885.  
  1886. ! Get rid of all navigation; it's totally broken for Paned windows,
  1887. ! and for the form widgets under the drawingArea.
  1888. *highlightThickness:            0
  1889. *navigationType:            NONE
  1890.  
  1891. ! Uh, but turn it back on in the popups (really I'd like to turn it off
  1892. ! in all non-popups, but I don't think there's a way to specify that...)
  1893. *XmDialogShell*highlightThickness:    2
  1894. *XmDialogShell*navigationType:        TAB_GROUP
  1895.  
  1896. ! Uh, and turn it on only in text fields of forms.
  1897. ! But of course this doesn't work quite right.
  1898. *drawingArea*XmText.navigationType:    TAB_GROUP
  1899. *drawingArea*XmTextField.navigationType:TAB_GROUP
  1900.  
  1901. ! Sorry, things don't display properly if you configure Netscape to put its
  1902. ! scrollbars on the left or top of the document area.
  1903. Netscape*scroller.scrollBarPlacement:    BOTTOM_RIGHT
  1904.  
  1905. ! Put scrollbars right next to text fields in forms (and lists).
  1906. *drawingArea*XmScrolledWindow.spacing:    0
  1907.  
  1908.  
  1909. ! Do not under any circumstances change the following line:
  1910. Netscape.version:         1.12IS
  1911.  
  1912.  
  1913. ! ============================================================================
  1914. ! Fonts in the widgets.
  1915. ! These fonts are all down in Motif land, and thus are not controlled by the
  1916. ! user-selectable font-size option on the Preferences dialog.  That applies
  1917. ! only to fonts in the document display area.
  1918. ! ============================================================================
  1919. !
  1920. *fontList:            -*-*-*-*-*-*-16-*-*-*-*-*-*-*:
  1921. *XmTextField.fontList:        -*-*-*-*-*-*-16-*-*-*-*-*-*-*:
  1922. *XmText.fontList:        -*-*-*-*-*-*-16-*-*-*-*-*-*-*:
  1923. *XmList*fontList:        -*-*-*-*-*-*-16-*-*-*-*-*-*-*:
  1924.  
  1925. ! SGI default:
  1926. !*menuBar*fontList:        -*-*-*-*-*-*-16-*-*-*-*-*-*-*:
  1927. ! Sensible default:
  1928. *menuBar*fontList:        -*-*-*-*-*-*-16-*-*-*-*-*-*-*:
  1929. *menuBar*historyTruncated.fontList:\
  1930.                   -*-*-*-*-*-*-16-*-*-*-*-*-*-*:
  1931. *popup*fontList:        -*-*-*-*-*-*-16-*-*-*-*-*-*-*:
  1932.  
  1933. *topArea*fontList:        -*-*-*-*-*-*-16-*-*-*-*-*-*-*:
  1934. *topArea*XmTextField.fontList:    -*-*-*-*-*-*-16-*-*-*-*-*-*-*:
  1935. *topArea*XmText.fontList:    -*-*-*-*-*-*-16-*-*-*-*-*-*-*:
  1936.  
  1937. !*bookmark*fontList:          -*-*-*-*-*-*-16-*-*-*-*-*-*-*:
  1938. *bookmark*fontList:            -*-*-*-*-*-*-16-*-*-*-*-*-*-*:
  1939. *bookmark*selectedLabel.fontList:\
  1940.                   -*-*-*-*-*-*-16-*-*-*-*-*-*-*:
  1941. *bookmark*XmTextField.fontList:    -*-*-*-*-*-*-16-*-*-*-*-*-*-*:
  1942. *bookmark*XmText.fontList:    -*-*-*-*-*-*-16-*-*-*-*-*-*-*:
  1943.  
  1944. *mouseDocumentation.fontList: -*-*-*-*-*-*-16-*-*-*-*-*-*-*:
  1945. *docinfoButton.fontList:      -*-*-*-*-*-*-16-*-*-*-*-*-*-*:
  1946. *mailto*urlLabel.fontList:    -*-*-*-*-*-*-16-*-*-*-*-*-*-*:
  1947.  
  1948. *licenseDialog*text.fontList:    -*-*-*-*-*-*-16-*-*-*-*-*-*-*:
  1949.  
  1950.  
  1951. ! Note: SGI's version of Motif bitches and moans if there is whitespace
  1952. ! after the commas in a multi-font fontlist specification!!
  1953. *bookmark*multiFontList:-sony-fixed-medium-r-normal--16-*-*-*-*-*-iso8859-1;-*-*-*-*-*-*-16-*-*-*-*-*-*-*:
  1954.  
  1955.  
  1956. ! This is the default charset for documents without the charset parameter
  1957. ! for MIME Content-type: text.  Valid values for *defaultCharset:
  1958. !    iso-8859-1
  1959. !    us-ascii
  1960. !    iso-2022-jp
  1961. !    x-euc-jp
  1962. !    x-sjis
  1963. !    iso-2022-kr
  1964. !    euc-kr
  1965. !    gb2312
  1966. !    x-euc-tw
  1967. !    big5
  1968. !*defaultCharset:    iso-8859-1
  1969. !*defaultCharset:    us-ascii
  1970. !*defaultCharset:    iso-2022-jp
  1971. !*defaultCharset:    x-euc-jp
  1972. !*defaultCharset:    x-sjis
  1973. !*defaultCharset:    iso-2022-kr
  1974. *defaultCharset:    euc-kr
  1975. !*defaultCharset:    gb2312
  1976. !*defaultCharset:    x-euc-tw
  1977. !*defaultCharset:    big5
  1978.  
  1979. ! This table maps MIME charsets to the host's locale names
  1980. *Locale.MimeCharset:    en_US
  1981. *locale.iso-8859-1:    en_US
  1982. *locale.us-ascii:    en_US
  1983. *locale.iso-2022-jp:    ja_JP.EUC
  1984. *locale.x-euc-jp:    ja_JP.EUC
  1985. *locale.x-sjis:        ja_JP.EUC
  1986. *locale.iso-2022-kr:    ko_KR.euc
  1987. *locale.euc-kr:        ko_KR.euc
  1988. *locale.gb2312:        zh_CN.ugb
  1989. *locale.x-euc-tw:    zh_TW.ucns
  1990. *locale.big5:        zh_TW.ucns
  1991.  
  1992. ! This table maps MIME charsets to internal font set indexes
  1993. *FontSetIndex.MimeCharset:    0
  1994. *fontsetindex.iso-8859-1:    0
  1995. *fontsetindex.us-ascii:        0
  1996. *fontsetindex.iso-2022-jp:    1
  1997. *fontsetindex.x-euc-jp:        1
  1998. *fontsetindex.x-sjis:        1
  1999. *fontsetindex.iso-2022-kr:    2
  2000. *fontsetindex.euc-kr:        2
  2001. *fontsetindex.gb2312:        3
  2002. *fontsetindex.x-euc-tw:        4
  2003. *fontsetindex.big5:        4
  2004.  
  2005.  
  2006. ! ============================================================================
  2007. ! Fonts used in the display area.
  2008. ! ============================================================================
  2009. !
  2010. ! The dimensions are:
  2011. !   program-specified-size: 0-7
  2012. !   user-specified-size: small, medium, large, huge
  2013. !   faces: normal, bold, italic, bold-italic
  2014. !   families: normal, fixed
  2015. !   charset: Latin1 (and more to come)
  2016. ! for a total of 168 possible fonts per charset (but we would only ever load
  2017. ! 56 at once, and we load lazily in any event.)  The following encodes this
  2018. ! table:
  2019. !
  2020. !    Size    Small   Medium  Large  Huge
  2021. !    ------------------------------------
  2022. !      1       6        8     10     12
  2023. !      2       8       10     12     14
  2024. !      3       10      12     14     18  <--- default size for normal text
  2025. !      4       12      14     18     24
  2026. !      5       14      18     24     36
  2027. !      6       18      24     36     48
  2028. !      7       24      36     48     64
  2029. !
  2030. ! The depths to which I had to sink to implement this should be sufficient
  2031. ! evidence that the X font model sucks a lot.
  2032. !
  2033. ! If you have selected the "Large" font set and still think the fonts are too
  2034. ! small, it could be that you are using 75dpi fonts on a 100dpi monitor.  You
  2035. ! can see whether you are using 75dpi or 100dpi fonts by looking at the output
  2036. ! of the command "xset q" - near the end of its output it shows your font path,
  2037. ! and if directories with 75dpi in their names preceed the 100dpi ones, then
  2038. ! those are the fonts you are using.  You can find out the dots-per-inch of
  2039. ! your monitor with the "xdpyinfo" command; look for the "resolution:" line.
  2040. !
  2041. ! The resource hierarchy for the fonts used by Netscape is as follows:
  2042. !
  2043. ! *DocumentFonts.XCharset.Family. Face.      UserSize.ProgramSize.Attribute:
  2044. !
  2045. !                latin1  variable normal     small   1-7         foundry
  2046. !                        fixed    bold       medium              family
  2047. !                                 italic     large               weight
  2048. !                                 boldItalic huge                ..etc..
  2049.  
  2050. ! ============================================================================
  2051. ! Specify default values for all fonts (both fixed-width and variable-width.)
  2052. ! You should probably use this block only for specifying things like the
  2053. ! foundry, registry, and encoding.  Most of these fields should generally be
  2054. ! allowed to remain wildcards.
  2055. ! ============================================================================
  2056. !
  2057. *documentFonts*foundry:                    *
  2058. *documentFonts*family:                    *
  2059. *documentFonts*weight:                    *
  2060. *documentFonts*slant:                    *
  2061. *documentFonts*swidth:                    *
  2062. *documentFonts*adstyle:                    *
  2063. *documentFonts*pixelsize:                *
  2064. *documentFonts*pointsize:                *
  2065. *documentFonts*resx:                    *
  2066. *documentFonts*resy:                    *
  2067. *documentFonts*spacing:                    *
  2068. *documentFonts*avgwidth:                *
  2069. *documentFonts.latin1*registry:                iso8859
  2070. *documentFonts.latin1*encoding:                1
  2071. *documentFonts.jisx0208*registry:                jisx0208.1983
  2072. *documentFonts.jisx0208*encoding:                0
  2073. *documentFonts.jisx0201*registry:                jisx0201.1976
  2074. *documentFonts.jisx0201*encoding:                0
  2075. *documentFonts.jisx0212*registry:                jisx0212.1990
  2076. *documentFonts.jisx0212*encoding:                0
  2077. *documentFonts.ksc5601.variable*family:                mj
  2078. *documentFonts.ksc5601.fixed*family:                gt
  2079. *documentFonts.ksc5601*registry:                ksc5601.1987
  2080. *documentFonts.ksc5601*encoding:                0
  2081. *documentFonts.gb2312*registry:                    gb2312.1980
  2082. *documentFonts.gb2312*encoding:                    0
  2083. *documentFonts.cns11643*registry:                cns11643.1986
  2084. *documentFonts.cns11643*encoding:                *
  2085.  
  2086. ! ============================================================================
  2087. ! Specify default values for all variable-width fonts, regardless of size.
  2088. ! ============================================================================
  2089. !
  2090. *documentFonts.latin1.variable*family:            times
  2091. *documentFonts.latin1.variable.normal*weight:        medium
  2092. *documentFonts.latin1.variable.normal*slant:        r
  2093. *documentFonts.latin1.variable.bold*weight:        bold
  2094. *documentFonts.latin1.variable.bold*slant:        r
  2095. *documentFonts.latin1.variable.italic*weight:        medium
  2096. *documentFonts.latin1.variable.italic*slant:        i
  2097. *documentFonts.latin1.variable.boldItalic*weight:    bold
  2098. *documentFonts.latin1.variable.boldItalic*slant:    i
  2099.  
  2100. ! To use Helvetica instead of Times, do the following.  (The second two lines
  2101. ! are necessary because Helvetica calls its slanted versions "oblique" while
  2102. ! Times calls them "italic.")
  2103. !*documentFonts.latin1.variable*family:            helvetica
  2104. !*documentFonts.latin1.variable.italic*slant:        o
  2105. !*documentFonts.latin1.variable.boldItalic*slant:    o
  2106.  
  2107.  
  2108. ! ============================================================================
  2109. ! Specify default values for all fixed-width fonts, regardless of size.
  2110. ! ============================================================================
  2111. !
  2112. *documentFonts.latin1.fixed*family:            courier
  2113. *documentFonts.latin1.fixed*spacing:            m
  2114. *documentFonts.latin1.fixed.normal*weight:        medium
  2115. *documentFonts.latin1.fixed.normal*slant:        r
  2116. *documentFonts.latin1.fixed.bold*weight:        bold
  2117. *documentFonts.latin1.fixed.bold*slant:            r
  2118. *documentFonts.latin1.fixed.italic*weight:        medium
  2119. *documentFonts.latin1.fixed.italic*slant:        o
  2120. *documentFonts.latin1.fixed.boldItalic*weight:        bold
  2121. *documentFonts.latin1.fixed.boldItalic*slant:        o
  2122.  
  2123. ! To use LucidaTypewriter instead of Times, do the following.  (The second two
  2124. ! lines are necessary because Lucida calls its slanted versions "italic" while
  2125. ! Times calls them "oblique.")
  2126. !*documentFonts.latin1.fixed*family:            lucidatypewriter
  2127. !*documentFonts.latin1.fixed.italic*slant:        i
  2128. !*documentFonts.latin1.fixed.boldItalic*slant:         i
  2129.  
  2130.  
  2131. ! ============================================================================
  2132. ! Specify sizes for all fonts, fixed and variable.
  2133. ! ============================================================================
  2134. !
  2135. ! The "small," "medium," "large," and "huge" sizes correspond to the user's
  2136. ! selection of preferred font sizes on the Preferences dialog.
  2137. !
  2138. ! The numeric sizes are specified by the document being viewed, for example,
  2139. ! normal text is rendered in size 3, and <H1> text is rendered in size 6.
  2140. ! The <FONT> directive can also be used to specify sizes from 1 to 7.
  2141. !
  2142. ! It is better to specify these resources as "pointsize" rather than
  2143. ! "pixelsize" so that the font path may be used to select 100dpi or 75dpi
  2144. ! fonts based on the type of monitor in use, resulting in similar looking
  2145. ! screens on different hardware.  Also note that pixel sizes which exist in
  2146. ! the 100dpi set won't necessarily exist in the 75dpi set, while the point
  2147. ! sizes available will generally be the same.
  2148. !
  2149. !   In an optimal world, we could just do it as follows in the commented-out
  2150. !   portion.  But as it happens, We can't use the same sizes for fixed-width
  2151. !   fonts as for variable-width fonts because a 14-point Courier is visually
  2152. !   larger than a 14-point Times, which may be a bug in the fonts, or may just
  2153. !   be an artifact of it being fixed width, I'm not sure.  Anyway, things look
  2154. !   better if the Courier fonts are one increment smaller than the Times or
  2155. !   Helvetica fonts, at least with the versions of those fonts on the systems
  2156. !   I've tried.  HOWEVER, this is not the case with the pairing of New Century
  2157. !   Schoolbook and Lucida Typewriter: with those two fonts, the 14 point
  2158. !   versions look good together.  So, your mileage may vary...
  2159. !
  2160. ! *documentFonts*small.1.pointsize:        60
  2161. ! *documentFonts*small.2.pointsize:        80
  2162. ! *documentFonts*small.3.pointsize:        100
  2163. ! *documentFonts*small.4.pointsize:        120
  2164. ! *documentFonts*small.5.pointsize:        140
  2165. ! *documentFonts*small.6.pointsize:        180
  2166. ! *documentFonts*small.7.pointsize:        240
  2167. !
  2168. ! *documentFonts*medium.1.pointsize:        80
  2169. ! *documentFonts*medium.2.pointsize:        100
  2170. ! *documentFonts*medium.3.pointsize:        120
  2171. ! *documentFonts*medium.4.pointsize:        140
  2172. ! *documentFonts*medium.5.pointsize:        180
  2173. ! *documentFonts*medium.6.pointsize:        240
  2174. ! *documentFonts*medium.7.pointsize:        360
  2175. !
  2176. ! *documentFonts*large.1.pointsize:        100
  2177. ! *documentFonts*large.2.pointsize:        120
  2178. ! *documentFonts*large.3.pointsize:        140
  2179. ! *documentFonts*large.4.pointsize:        180
  2180. ! *documentFonts*large.5.pointsize:        240
  2181. ! *documentFonts*large.6.pointsize:        360
  2182. ! *documentFonts*large.7.pointsize:        480
  2183. !
  2184. ! *documentFonts*huge.1.pointsize:        120
  2185. ! *documentFonts*huge.2.pointsize:        140
  2186. ! *documentFonts*huge.3.pointsize:        180
  2187. ! *documentFonts*huge.4.pointsize:        240
  2188. ! *documentFonts*huge.5.pointsize:        360
  2189. ! *documentFonts*huge.6.pointsize:        480
  2190. ! *documentFonts*huge.7.pointsize:        640
  2191.  
  2192. ! ============================================================================
  2193. ! Specify sizes for all variable-width fonts.
  2194. ! ============================================================================
  2195. !
  2196. !*documentFonts.latin1.variable*small.1.pointsize:    60
  2197. !*documentFonts.latin1.variable*small.2.pointsize:    80
  2198. !*documentFonts.latin1.variable*small.3.pointsize:    100
  2199. !*documentFonts.latin1.variable*small.4.pointsize:    120
  2200. !*documentFonts.latin1.variable*small.5.pointsize:    140
  2201. !*documentFonts.latin1.variable*small.6.pointsize:    180
  2202. !*documentFonts.latin1.variable*small.7.pointsize:    240
  2203. !
  2204. !*documentFonts.latin1.variable*medium.1.pointsize:    80
  2205. !*documentFonts.latin1.variable*medium.2.pointsize:    100
  2206. !*documentFonts.latin1.variable*medium.3.pointsize:    120
  2207. !*documentFonts.latin1.variable*medium.4.pointsize:    140
  2208. !*documentFonts.latin1.variable*medium.5.pointsize:    180
  2209. !*documentFonts.latin1.variable*medium.6.pointsize:    240
  2210. !*documentFonts.latin1.variable*medium.7.pointsize:    360
  2211. !
  2212. !*documentFonts.latin1.variable*large.1.pointsize:    100
  2213. !*documentFonts.latin1.variable*large.2.pointsize:    120
  2214. !*documentFonts.latin1.variable*large.3.pointsize:    140
  2215. !*documentFonts.latin1.variable*large.4.pointsize:    180
  2216. !*documentFonts.latin1.variable*large.5.pointsize:    240
  2217. !*documentFonts.latin1.variable*large.6.pointsize:    360
  2218. !*documentFonts.latin1.variable*large.7.pointsize:    480
  2219. !
  2220. !*documentFonts.latin1.variable*huge.1.pointsize:    120
  2221. !*documentFonts.latin1.variable*huge.2.pointsize:    140
  2222. !*documentFonts.latin1.variable*huge.3.pointsize:    180
  2223. !*documentFonts.latin1.variable*huge.4.pointsize:    240
  2224. !*documentFonts.latin1.variable*huge.5.pointsize:    360
  2225. !*documentFonts.latin1.variable*huge.6.pointsize:    480
  2226. !*documentFonts.latin1.variable*huge.7.pointsize:    640
  2227.  
  2228. ! ============================================================================
  2229. ! Specify sizes for all fixed-width fonts; see comment above.
  2230. ! ============================================================================
  2231. !
  2232. !*documentFonts.latin1.fixed*small.1.pointsize:        40
  2233. !*documentFonts.latin1.fixed*small.2.pointsize:        60
  2234. !*documentFonts.latin1.fixed*small.3.pointsize:        80
  2235. !*documentFonts.latin1.fixed*small.4.pointsize:        100
  2236. !*documentFonts.latin1.fixed*small.5.pointsize:        120
  2237. !*documentFonts.latin1.fixed*small.6.pointsize:        140
  2238. !*documentFonts.latin1.fixed*small.7.pointsize:        180
  2239. !
  2240. !*documentFonts.latin1.fixed*medium.1.pointsize:    60
  2241. !*documentFonts.latin1.fixed*medium.2.pointsize:    80
  2242. !*documentFonts.latin1.fixed*medium.3.pointsize:    100
  2243. !*documentFonts.latin1.fixed*medium.4.pointsize:    120
  2244. !*documentFonts.latin1.fixed*medium.5.pointsize:    140
  2245. !*documentFonts.latin1.fixed*medium.6.pointsize:    180
  2246. !*documentFonts.latin1.fixed*medium.7.pointsize:    240
  2247. !
  2248. !*documentFonts.latin1.fixed*large.1.pointsize:        80
  2249. !*documentFonts.latin1.fixed*large.2.pointsize:        100
  2250. !*documentFonts.latin1.fixed*large.3.pointsize:        120
  2251. !*documentFonts.latin1.fixed*large.4.pointsize:        140
  2252. !*documentFonts.latin1.fixed*large.5.pointsize:        180
  2253. !*documentFonts.latin1.fixed*large.6.pointsize:        240
  2254. !*documentFonts.latin1.fixed*large.7.pointsize:        360
  2255. !
  2256. !*documentFonts.latin1.fixed*huge.1.pointsize:        100
  2257. !*documentFonts.latin1.fixed*huge.2.pointsize:        120
  2258. !*documentFonts.latin1.fixed*huge.3.pointsize:        140
  2259. !*documentFonts.latin1.fixed*huge.4.pointsize:        180
  2260. !*documentFonts.latin1.fixed*huge.5.pointsize:        240
  2261. !*documentFonts.latin1.fixed*huge.6.pointsize:        360
  2262. !*documentFonts.latin1.fixed*huge.7.pointsize:        480
  2263.  
  2264. *documentFonts*small.1.pixelsize:    12
  2265. *documentFonts*small.2.pixelsize:    12
  2266. *documentFonts*small.3.pixelsize:    14
  2267. *documentFonts*small.4.pixelsize:    16
  2268. *documentFonts*small.5.pixelsize:    18
  2269. *documentFonts*small.6.pixelsize:    20
  2270. *documentFonts*small.7.pixelsize:    24
  2271.  
  2272. *documentFonts*medium.1.pixelsize:    12
  2273. *documentFonts*medium.2.pixelsize:    12
  2274. *documentFonts*medium.3.pixelsize:    14
  2275. *documentFonts*medium.4.pixelsize:    16
  2276. *documentFonts*medium.5.pixelsize:    18
  2277. *documentFonts*medium.6.pixelsize:    20
  2278. *documentFonts*medium.7.pixelsize:    24
  2279.  
  2280. *documentFonts*large.1.pixelsize:    12
  2281. *documentFonts*large.2.pixelsize:    14
  2282. *documentFonts*large.3.pixelsize:    16
  2283. *documentFonts*large.4.pixelsize:    18
  2284. *documentFonts*large.5.pixelsize:    20
  2285. *documentFonts*large.6.pixelsize:    24
  2286. *documentFonts*large.7.pixelsize:    24
  2287.  
  2288. *documentFonts*huge.1.pixelsize:    12
  2289. *documentFonts*huge.2.pixelsize:    14
  2290. *documentFonts*huge.3.pixelsize:    16
  2291. *documentFonts*huge.4.pixelsize:    18
  2292. *documentFonts*huge.5.pixelsize:    20
  2293. *documentFonts*huge.6.pixelsize:    24
  2294. *documentFonts*huge.7.pixelsize:    24
  2295.  
  2296. *documentFonts.jisx0208*small.1.pixelsize:    14
  2297. *documentFonts.jisx0208*small.2.pixelsize:    14
  2298. *documentFonts.jisx0208*small.3.pixelsize:    14
  2299. *documentFonts.jisx0208*small.4.pixelsize:    14
  2300. *documentFonts.jisx0208*small.5.pixelsize:    16
  2301. *documentFonts.jisx0208*small.6.pixelsize:    16
  2302. *documentFonts.jisx0208*small.7.pixelsize:    24
  2303.  
  2304. *documentFonts.jisx0208*medium.1.pixelsize:    14
  2305. *documentFonts.jisx0208*medium.2.pixelsize:    14
  2306. *documentFonts.jisx0208*medium.3.pixelsize:    14
  2307. *documentFonts.jisx0208*medium.4.pixelsize:    16
  2308. *documentFonts.jisx0208*medium.5.pixelsize:    16
  2309. *documentFonts.jisx0208*medium.6.pixelsize:    24
  2310. *documentFonts.jisx0208*medium.7.pixelsize:    24
  2311.  
  2312. *documentFonts.jisx0208*large.1.pixelsize:    14
  2313. *documentFonts.jisx0208*large.2.pixelsize:    14
  2314. *documentFonts.jisx0208*large.3.pixelsize:    16
  2315. *documentFonts.jisx0208*large.4.pixelsize:    16
  2316. *documentFonts.jisx0208*large.5.pixelsize:    24
  2317. *documentFonts.jisx0208*large.6.pixelsize:    24
  2318. *documentFonts.jisx0208*large.7.pixelsize:    24
  2319.  
  2320. *documentFonts.jisx0208*huge.1.pixelsize:    14
  2321. *documentFonts.jisx0208*huge.2.pixelsize:    16
  2322. *documentFonts.jisx0208*huge.3.pixelsize:    16
  2323. *documentFonts.jisx0208*huge.4.pixelsize:    24
  2324. *documentFonts.jisx0208*huge.5.pixelsize:    24
  2325. *documentFonts.jisx0208*huge.6.pixelsize:    24
  2326. *documentFonts.jisx0208*huge.7.pixelsize:    24
  2327.  
  2328. *documentFonts.jisx0201*small.1.pixelsize:    14
  2329. *documentFonts.jisx0201*small.2.pixelsize:    14
  2330. *documentFonts.jisx0201*small.3.pixelsize:    14
  2331. *documentFonts.jisx0201*small.4.pixelsize:    14
  2332. *documentFonts.jisx0201*small.5.pixelsize:    16
  2333. *documentFonts.jisx0201*small.6.pixelsize:    16
  2334. *documentFonts.jisx0201*small.7.pixelsize:    24
  2335.  
  2336. *documentFonts.jisx0201*medium.1.pixelsize:    14
  2337. *documentFonts.jisx0201*medium.2.pixelsize:    14
  2338. *documentFonts.jisx0201*medium.3.pixelsize:    14
  2339. *documentFonts.jisx0201*medium.4.pixelsize:    16
  2340. *documentFonts.jisx0201*medium.5.pixelsize:    16
  2341. *documentFonts.jisx0201*medium.6.pixelsize:    24
  2342. *documentFonts.jisx0201*medium.7.pixelsize:    24
  2343.  
  2344. *documentFonts.jisx0201*large.1.pixelsize:    14
  2345. *documentFonts.jisx0201*large.2.pixelsize:    14
  2346. *documentFonts.jisx0201*large.3.pixelsize:    16
  2347. *documentFonts.jisx0201*large.4.pixelsize:    16
  2348. *documentFonts.jisx0201*large.5.pixelsize:    24
  2349. *documentFonts.jisx0201*large.6.pixelsize:    24
  2350. *documentFonts.jisx0201*large.7.pixelsize:    24
  2351.  
  2352. *documentFonts.jisx0201*huge.1.pixelsize:    14
  2353. *documentFonts.jisx0201*huge.2.pixelsize:    16
  2354. *documentFonts.jisx0201*huge.3.pixelsize:    16
  2355. *documentFonts.jisx0201*huge.4.pixelsize:    24
  2356. *documentFonts.jisx0201*huge.5.pixelsize:    24
  2357. *documentFonts.jisx0201*huge.6.pixelsize:    24
  2358. *documentFonts.jisx0201*huge.7.pixelsize:    24
  2359.  
  2360. *documentFonts.jisx0212*small.1.pixelsize:    16
  2361. *documentFonts.jisx0212*small.2.pixelsize:    16
  2362. *documentFonts.jisx0212*small.3.pixelsize:    16
  2363. *documentFonts.jisx0212*small.4.pixelsize:    16
  2364. *documentFonts.jisx0212*small.5.pixelsize:    16
  2365. *documentFonts.jisx0212*small.6.pixelsize:    16
  2366. *documentFonts.jisx0212*small.7.pixelsize:    24
  2367.  
  2368. *documentFonts.jisx0212*medium.1.pixelsize:    16
  2369. *documentFonts.jisx0212*medium.2.pixelsize:    16
  2370. *documentFonts.jisx0212*medium.3.pixelsize:    16
  2371. *documentFonts.jisx0212*medium.4.pixelsize:    16
  2372. *documentFonts.jisx0212*medium.5.pixelsize:    16
  2373. *documentFonts.jisx0212*medium.6.pixelsize:    24
  2374. *documentFonts.jisx0212*medium.7.pixelsize:    24
  2375.  
  2376. *documentFonts.jisx0212*large.1.pixelsize:    16
  2377. *documentFonts.jisx0212*large.2.pixelsize:    16
  2378. *documentFonts.jisx0212*large.3.pixelsize:    16
  2379. *documentFonts.jisx0212*large.4.pixelsize:    16
  2380. *documentFonts.jisx0212*large.5.pixelsize:    24
  2381. *documentFonts.jisx0212*large.6.pixelsize:    24
  2382. *documentFonts.jisx0212*large.7.pixelsize:    24
  2383.  
  2384. *documentFonts.jisx0212*huge.1.pixelsize:    16
  2385. *documentFonts.jisx0212*huge.2.pixelsize:    16
  2386. *documentFonts.jisx0212*huge.3.pixelsize:    16
  2387. *documentFonts.jisx0212*huge.4.pixelsize:    24
  2388. *documentFonts.jisx0212*huge.5.pixelsize:    24
  2389. *documentFonts.jisx0212*huge.6.pixelsize:    24
  2390. *documentFonts.jisx0212*huge.7.pixelsize:    24
  2391.  
  2392. *documentFonts.ksc5601*small.1.pixelsize:    12
  2393. *documentFonts.ksc5601*small.2.pixelsize:    12
  2394. *documentFonts.ksc5601*small.3.pixelsize:    14
  2395. *documentFonts.ksc5601*small.4.pixelsize:    16
  2396. *documentFonts.ksc5601*small.5.pixelsize:    18
  2397. *documentFonts.ksc5601*small.6.pixelsize:    20
  2398. *documentFonts.ksc5601*small.7.pixelsize:    24
  2399.  
  2400. *documentFonts.ksc5601*medium.1.pixelsize:    12
  2401. *documentFonts.ksc5601*medium.2.pixelsize:    12
  2402. *documentFonts.ksc5601*medium.3.pixelsize:    14
  2403. *documentFonts.ksc5601*medium.4.pixelsize:    16
  2404. *documentFonts.ksc5601*medium.5.pixelsize:    18
  2405. *documentFonts.ksc5601*medium.6.pixelsize:    20
  2406. *documentFonts.ksc5601*medium.7.pixelsize:    24
  2407.  
  2408. *documentFonts.ksc5601*large.1.pixelsize:    12
  2409. *documentFonts.ksc5601*large.2.pixelsize:    14
  2410. *documentFonts.ksc5601*large.3.pixelsize:    16
  2411. *documentFonts.ksc5601*large.4.pixelsize:    18
  2412. *documentFonts.ksc5601*large.5.pixelsize:    20
  2413. *documentFonts.ksc5601*large.6.pixelsize:    24
  2414. *documentFonts.ksc5601*large.7.pixelsize:    24
  2415.  
  2416. *documentFonts.ksc5601*huge.1.pixelsize:    12
  2417. *documentFonts.ksc5601*huge.2.pixelsize:    14
  2418. *documentFonts.ksc5601*huge.3.pixelsize:    16
  2419. *documentFonts.ksc5601*huge.4.pixelsize:    18
  2420. *documentFonts.ksc5601*huge.5.pixelsize:    20
  2421. *documentFonts.ksc5601*huge.6.pixelsize:    24
  2422. *documentFonts.ksc5601*huge.7.pixelsize:    24
  2423.  
  2424. *documentFonts.gb2312*small.1.pixelsize:    16
  2425. *documentFonts.gb2312*small.2.pixelsize:    16
  2426. *documentFonts.gb2312*small.3.pixelsize:    16
  2427. *documentFonts.gb2312*small.4.pixelsize:    16
  2428. *documentFonts.gb2312*small.5.pixelsize:    16
  2429. *documentFonts.gb2312*small.6.pixelsize:    16
  2430. *documentFonts.gb2312*small.7.pixelsize:    24
  2431.  
  2432. *documentFonts.gb2312*medium.1.pixelsize:    16
  2433. *documentFonts.gb2312*medium.2.pixelsize:    16
  2434. *documentFonts.gb2312*medium.3.pixelsize:    16
  2435. *documentFonts.gb2312*medium.4.pixelsize:    16
  2436. *documentFonts.gb2312*medium.5.pixelsize:    16
  2437. *documentFonts.gb2312*medium.6.pixelsize:    24
  2438. *documentFonts.gb2312*medium.7.pixelsize:    24
  2439.  
  2440. *documentFonts.gb2312*large.1.pixelsize:    16
  2441. *documentFonts.gb2312*large.2.pixelsize:    16
  2442. *documentFonts.gb2312*large.3.pixelsize:    16
  2443. *documentFonts.gb2312*large.4.pixelsize:    16
  2444. *documentFonts.gb2312*large.5.pixelsize:    24
  2445. *documentFonts.gb2312*large.6.pixelsize:    24
  2446. *documentFonts.gb2312*large.7.pixelsize:    24
  2447.  
  2448. *documentFonts.gb2312*huge.1.pixelsize:        16
  2449. *documentFonts.gb2312*huge.2.pixelsize:        16
  2450. *documentFonts.gb2312*huge.3.pixelsize:        16
  2451. *documentFonts.gb2312*huge.4.pixelsize:        24
  2452. *documentFonts.gb2312*huge.5.pixelsize:        24
  2453. *documentFonts.gb2312*huge.6.pixelsize:        24
  2454. *documentFonts.gb2312*huge.7.pixelsize:        24
  2455.  
  2456. *documentFonts.cns11643*small.1.pixelsize:    16
  2457. *documentFonts.cns11643*small.2.pixelsize:    16
  2458. *documentFonts.cns11643*small.3.pixelsize:    16
  2459. *documentFonts.cns11643*small.4.pixelsize:    16
  2460. *documentFonts.cns11643*small.5.pixelsize:    16
  2461. *documentFonts.cns11643*small.6.pixelsize:    16
  2462. *documentFonts.cns11643*small.7.pixelsize:    24
  2463.  
  2464. *documentFonts.cns11643*medium.1.pixelsize:    16
  2465. *documentFonts.cns11643*medium.2.pixelsize:    16
  2466. *documentFonts.cns11643*medium.3.pixelsize:    16
  2467. *documentFonts.cns11643*medium.4.pixelsize:    16
  2468. *documentFonts.cns11643*medium.5.pixelsize:    16
  2469. *documentFonts.cns11643*medium.6.pixelsize:    24
  2470. *documentFonts.cns11643*medium.7.pixelsize:    24
  2471.  
  2472. *documentFonts.cns11643*large.1.pixelsize:    16
  2473. *documentFonts.cns11643*large.2.pixelsize:    16
  2474. *documentFonts.cns11643*large.3.pixelsize:    16
  2475. *documentFonts.cns11643*large.4.pixelsize:    16
  2476. *documentFonts.cns11643*large.5.pixelsize:    24
  2477. *documentFonts.cns11643*large.6.pixelsize:    24
  2478. *documentFonts.cns11643*large.7.pixelsize:    24
  2479.  
  2480. *documentFonts.cns11643*huge.1.pixelsize:        16
  2481. *documentFonts.cns11643*huge.2.pixelsize:        16
  2482. *documentFonts.cns11643*huge.3.pixelsize:        16
  2483. *documentFonts.cns11643*huge.4.pixelsize:        24
  2484. *documentFonts.cns11643*huge.5.pixelsize:        24
  2485. *documentFonts.cns11643*huge.6.pixelsize:        24
  2486. *documentFonts.cns11643*huge.7.pixelsize:        24
  2487.  
  2488.  
  2489. ! ============================================================================
  2490. ! Fonts used for printing.
  2491. ! ============================================================================
  2492. !
  2493. ! psname  is the full PostScript font name
  2494. ! pscode  is the character encoding used in the PostScript font
  2495. ! pswidth is the PostScript width per character, only useful for "square"
  2496. !         fonts such as those found in East Asia
  2497. !
  2498. ! See the comments on DocumentFonts above for the other fields.
  2499.  
  2500.  
  2501. ! The following Latin-1 PostScript printer fonts are hard-coded into Netscape
  2502. ! and cannot be changed.
  2503. !
  2504. !*documentFonts.latin1.variable.normal*psname:        Times-Roman
  2505. !*documentFonts.latin1.variable.bold*psname:        Times-Bold
  2506. !*documentFonts.latin1.variable.italic*psname:        Times-Italic
  2507. !*documentFonts.latin1.variable.boldItalic*psname:    Times-BoldItalic
  2508. !*documentFonts.latin1.fixed.normal*psname:        Courier
  2509. !*documentFonts.latin1.fixed.bold*psname:        Courier-Bold
  2510. !*documentFonts.latin1.fixed.italic*psname:        Courier-Oblique
  2511. !*documentFonts.latin1.fixed.boldItalic*psname:        Courier-BoldOblique
  2512. !*documentFonts.latin1*pscode:                iso-8859-1
  2513. !*documentFonts.latin1*pswidth:                *
  2514.  
  2515.  
  2516. ! Netscape does not differentiate between variable and fixed, and between
  2517. ! normal, bold, italic and boldItalic for the following East Asian fonts.
  2518. !
  2519. ! The charset fields are the charset names corresponding to the available
  2520. ! locales (e.g. for Japan, that would be x-euc-jp and x-sjis).
  2521. !
  2522. *documentFonts.x-euc-jp*psname:        Ryumin-Light-RKSJ-H
  2523. *documentFonts.x-euc-jp*pscode:        x-sjis
  2524. *documentFonts.x-euc-jp*pswidth:    1000
  2525. *documentFonts.x-sjis*psname:        Ryumin-Light-RKSJ-H
  2526. *documentFonts.x-sjis*pscode:        x-sjis
  2527. *documentFonts.x-sjis*pswidth:        1000
  2528.  
  2529. *documentFonts.euc-kr*psname:        SMgoJ
  2530. *documentFonts.euc-kr*pscode:        euc-kr
  2531. *documentFonts.euc-kr*pswidth:        1000
  2532.  
  2533. !*documentFonts.gb2312*psname:        ???
  2534. !*documentFonts.gb2312*pscode:        ???
  2535. !*documentFonts.gb2312*pswidth:        ???
  2536.  
  2537. !*documentFonts.x-euc-tw*psname:    ???
  2538. !*documentFonts.x-euc-tw*pscode:    ???
  2539. !*documentFonts.x-euc-tw*pswidth:    ???
  2540.  
  2541.  
  2542. *url.whats_new:    http://home.netscape.com/home/whats-new.html
  2543. *url.whats_cool:http://home.netscape.com/home/whats-cool.html
  2544. *url.directory:    http://home.netscape.com/home/internet-directory.html
  2545. *url.search:    http://home.netscape.com/home/internet-search.html
  2546. *url.white:    http://home.netscape.com/home/internet-white-pages.html
  2547. *url.about:    http://home.netscape.com/home/about-the-internet.html
  2548. *url.howto:    http://home.netscape.com/home/how-to-create-web-services.html
  2549. *url.netscape:    http://home.netscape.com/
  2550. *url.galleria:    http://home.netscape.com/home/netscape-galleria.html
  2551. *url.rel_notes:    http://home.netscape.com/eng/mozilla/1.1I/relnotes/unix-
  2552. *url.reg:    http://home.netscape.com/cgi-bin/reginfo.cgi
  2553. *url.manual:    http://home.netscape.com/eng/mozilla/1.1I/handbook/
  2554. *url.faq:    http://home.netscape.com/eng/mozilla/1.1I/faq.html
  2555. *url.security:    http://home.netscape.com/info/security-doc.html
  2556. *url.feedback:    http://home.netscape.com/home/how-to-give-feedback.html
  2557. *url.support:    http://home.netscape.com/home/how-to-get-support.html
  2558.  
  2559.  
  2560. *strings.6796:A communications error occurred.\n (TCP Error: %s)\n\nTry connecting again.
  2561.  
  2562. *strings.6795:Netscape is unable to connect to the server at\nthe location you have specified. The server may\nbe down or busy.\n\nTry connecting again later.
  2563.  
  2564. *strings.6793:Netscape is out of memory.\n\nTry quitting some other applications or closing\nsome windows.
  2565.  
  2566. *strings.6791:This Location (URL) is not recognized:\n  %.200s\n\nCheck the Location and try again.
  2567.  
  2568. *strings.6789:Unable to use FTP passive mode
  2569.  
  2570. *strings.6788:Netscape is unable to set the FTP transfer mode with\nthis server. You will not be able to download files.\n\nYou should contact the administrator for this server\nor try again later.
  2571.  
  2572. *strings.6787:Netscape is unable to send the change directory (cd)\ncommand, to the FTP server. You cannot view another\ndirectory.\n\nYou should contact the administrator for this server\nor try again later.
  2573.  
  2574. *strings.6786:Netscape is unable to a send port command to the FTP\nserver to establish a data connection.\n\nYou should contact the administrator for this server\nor try again later.
  2575.  
  2576. *strings.6785:Netscape is unable to find the file:\n  %.200s\n\nCheck the file name and try again.
  2577.  
  2578. *strings.6784:A News error occurred: Invalid NNTP connection\n\nTry connecting again.
  2579.  
  2580. *strings.6783:An error occurred with the News server.\n\nIf you are unable to connect again, contact the\nadministrator for this server.
  2581.  
  2582. *strings.6782:There was no response. The server could be down\nor is not responding.\n\nIf you are unable to connect again later, contact\nthe server's administrator.
  2583.  
  2584. *strings.6781:Netscape is unable to locate the server:\n  %.200s\nThe server does not have a DNS entry.\n\nCheck the server name in the Location (URL)\nand try again.
  2585.  
  2586. *strings.6780:The server has disconnected.\nThe server may have gone down or there may be a\nnetwork problem.\n\nTry connecting again.
  2587.  
  2588. *strings.6779:The News item is unavailable. It may have expired.\n\nTry retrieving another item.
  2589.  
  2590. *strings.6778:Netscape is unable to open your News file (newsrc).\n\nPlease verify that your News preferences are\ncorrect and try again.
  2591.  
  2592. *strings.6777:Netscape is unable to open the file:\n  %.200s\n\nCheck the file name and try again.
  2593.  
  2594. *strings.6764:A network error occurred while Netscape\nwas sending data.\n(Network Error: %s)\n\nTry connecting again.
  2595.  
  2596. *strings.6771:An error occurred sending mail:\nNetscape was unable to connect to the SMTP server.\nThe server may be down or may be incorrectly configured.\n\nPlease verify that your Mail preferences are correct\nand try again.
  2597.  
  2598. *strings.6770:An error occurred sending mail:\nthe From: header was invalid.\n\nPlease verify that your email address is correct\nin your Mail preferences and try again.
  2599.  
  2600. *strings.6769:An error occurred sending mail:\nThe To: header was invalid.\n\nPlease check the email address(es) and try again.
  2601.  
  2602. *strings.6767:An error occurred sending mail:\nThe message body was invalid.\n\nPlease check the message body and try again.
  2603.  
  2604. *strings.6766:An error occurred sending mail: SMTP server error.\n\nContact your mail administrator for assistance.
  2605.  
  2606. *strings.6760:A network error occurred:\nunable to connect to server (TCP Error: %s)\nThe server may be down or unreachable.\n\nTry connecting again later.
  2607.  
  2608. *strings.6758:Netscape's network connection was refused by the server:\n  %.200s\nThe server may not be accepting connections or\nmay be busy.\n\nTry connecting again later.
  2609.  
  2610. *strings.6757:Netscape was unable to create a network socket connection.\nThere may be insufficient system resources or the network\nmay be down.  (Reason: %s)\n\nTry connecting again later or try restarting Netscape.
  2611.  
  2612. *strings.6755:Netscape is unable to complete a socket connection\nwith this server. There may be insufficient system\nresources.\n\nTry restarting Netscape.
  2613.  
  2614. *strings.6754:Netscape is unable to connect to your proxy server.\nThe server may be down or may be incorrectly configured.\n\nPlease verify that your Proxy preferences are correct\nand try again, or contact the server's administrator.
  2615.  
  2616. *strings.6753:Netscape is unable to locate your proxy server.\nThe server may be down or may be incorrectly configured.\n\nPlease verify that your Proxy preferences are correct\nand try again, or contact the server's administrator.
  2617.  
  2618. *strings.6749:Document contains no data
  2619.  
  2620. *strings.6748:A network error occurred while Netscape\nwas receiving data.\n(Network Error: %s)\n\nTry connecting again.
  2621.  
  2622. *strings.6747:Netscape is unable to open the temporary file:\n  %.200s\n\nCheck your `Temporary Directory' setting and try again.
  2623.  
  2624. *strings.6765:An error occurred sending mail:\nthe return mail address was invalid.\n\nPlease verify that your email address is correct\nin your Mail preferences and try again.
  2625.  
  2626. *strings.6750:The disk is full. Netscape is cancelling the file\ntransfer and removing the file.\n\nPlease remove some files and try again.
  2627.  
  2628. *strings.6740:An authorization error occurred.\n\nPlease try entering your name and/or password again.
  2629.  
  2630. *strings.6734:No sender was specified.
  2631.  
  2632. *strings.6733:No recipients were specified.
  2633.  
  2634. *strings.6732:No subject was specified.
  2635.  
  2636. *strings.6731:Error writing temporary file.
  2637.  
  2638. *strings.6725:This is a multi-part message in MIME format.
  2639.  
  2640. *strings.6722:Printing stopped.  A problem occurred while receiving\nthe document.  Transmission may have been interrupted\nor there may be insufficient space to write the file.\n\nTry again. Check that space is available in the\ntemporary directory or restart Netscape.
  2641.  
  2642. *strings.6721:Your signature exceeds the recommended four lines.
  2643.  
  2644. *strings.6720:Your signature exceeds the recommended 79 columns.\nFor most readers, the lines will appear truncated, or\nwill be wrapped unattractively.  \n\nPlease edit it to keep the lines shorter than 80 characters.
  2645.  
  2646. *strings.6719:A network error occurred:\n    unable to connect to server\nThe server may be down or unreachable.\n\nTry connecting again later.
  2647.  
  2648. *strings.6699:This copy of Netscape has expired.\nYou may now only access FTP Locations and any Location (URL)\nin the netscape.com domain, such as those in your Directory menu.\n\nYou need to obtain a newer version of Netscape.
  2649.  
  2650. *strings.6698:This copy of Netscape has expired.\nYou may now only access FTP Locations and any Location (URL)\nin the netscape.com domain, such as those in your Directory menu.\n\nYou need to obtain a newer version of Netscape.
  2651.  
  2652. *strings.6697:No WAIS proxy is configured.\n\nCheck your Proxy preferences and try again.
  2653.  
  2654. *strings.6696:A News (NNTP) error occurred:\n %.100s
  2655.  
  2656. *strings.6695:A News error occurred. The scan of all newsgroups is incomplete.\n \nTry to View All Newsgroups again.
  2657.  
  2658. *strings.6694:Netscape could not find a News file (newsrc)\nand is creating one for you.
  2659.  
  2660. *strings.6693:No NNTP server is configured.\n\nCheck your News preferences and try again.
  2661.  
  2662. *strings.6692:There has been a communications error:\n    (Network Error: %s)\n \nTry connecting again or contact your system administrator.
  2663.  
  2664. *strings.6691:Netscape was unble to connect to the secure news server\nbecause of a proxy error
  2665.  
  2666. *strings.-1179:The certificate for this server has expired.\nCheck your system date and time.
  2667.  
  2668. *strings.-5288:Netscape is unable to communicate securely with this server\nbecause you do not share the same encryption algorithm(s).\nYou cannot connect to this server securely.\n \nYou can try to make an insecure connection.
  2669.  
  2670. *strings.-5285:A security error has occurred:\n   (Security Error: %d)\n \nYou will probably be unable to connect securely to this\nserver. You can try to make an insecure connection, if you\nwish.
  2671.  
  2672. *strings.-5279:Netscape is unable to communicate with this server because\nthe server is using an unsupported version of the security\nprotocol.\n\nA newer version of Netscpae may solve this problem.
  2673.  
  2674. *strings.7146:Connection refused
  2675.  
  2676. *strings.7022:Invalid argument
  2677.  
  2678. *strings.7005:I/O error
  2679.  
  2680. *strings.7012:Not enough memory
  2681.  
  2682. *strings.7009:Bad file number
  2683.  
  2684. *strings.7011:Operation would block
  2685.  
  2686. *strings.7133:Socket is already connected
  2687.  
  2688. *strings.7145:Connection timed out
  2689.  
  2690. *strings.7150:operation now in progress
  2691.  
  2692. *strings.7149:EALREADY
  2693.  
  2694. *strings.7125:Address already in use
  2695.  
  2696. *strings.7004:interrupted system call
  2697.  
  2698. *strings.7013:Permission denied
  2699.  
  2700. *strings.7126:Can't assign requested address
  2701.  
  2702. *strings.7127:Network is down
  2703.  
  2704. *strings.7128:Network is unreachable
  2705.  
  2706. *strings.7129:Network dropped connection because of reset
  2707.  
  2708. *strings.7130:Connection aborted
  2709.  
  2710. *strings.7131:Connection reset by peer
  2711.  
  2712. *strings.7134:Socket is not connected
  2713.  
  2714. *strings.7147:Host is down
  2715.  
  2716. *strings.7148:No route to host
  2717.  
  2718. *strings.7201: (unrecognized)
  2719.  
  2720. *strings.7202: (autoselect)
  2721.  
  2722. *strings.7203: (default)
  2723.  
  2724. *strings.7204: (not found)
  2725.  
  2726. *strings.7210:%s image %dx%d pixels
  2727.  
  2728. *strings.7211:Images are %d bits deep with %d cells allocated.
  2729.  
  2730. *strings.7212:Images are monochrome.
  2731.  
  2732. *strings.7213:Images are %d bit greyscale.
  2733.  
  2734. *strings.7214:Images are %d bit truecolor.
  2735.  
  2736. *strings.7220:This is a searchable index. Enter search keywords: 
  2737.  
  2738. *strings.7230:MCOM-Global-history-file-1%s
  2739.  
  2740. *strings.7231:Main Hotlist
  2741.  
  2742. *strings.7232:<!-- This is an automatically generated file.\n    It will be read and overwritten.\n    Do Not Edit! -->\n
  2743.  
  2744. *strings.7233:---End of History List---\n
  2745.  
  2746. *strings.7240:Connect: Looking up host: %.256s...
  2747.  
  2748. *strings.7241:Connect: Contacting host: %.256s...
  2749.  
  2750. *strings.7242:Error: Could not make connection non-blocking.
  2751.  
  2752. *strings.7243:Unable to locate host %.256s.
  2753.  
  2754. *strings.7244:Unable to locate host %.256s.
  2755.  
  2756. *strings.7245:Reading file...
  2757.  
  2758. *strings.7246:Reading file...Error Zero Length
  2759.  
  2760. *strings.7247:Reading directory...
  2761.  
  2762. *strings.7248:Reading file...Done
  2763.  
  2764. *strings.7249:Reading directory...Done
  2765.  
  2766. *strings.7250:Receiving FTP file
  2767.  
  2768. *strings.7251:Receiving FTP directory
  2769.  
  2770. *strings.7252:Receiving data.
  2771.  
  2772. *strings.7253:Transferring data
  2773.  
  2774. *strings.7254:Connect: Host contacted. Waiting for reply...
  2775.  
  2776. *strings.7255:Connect: Trying again (HTTP 0.9)...
  2777.  
  2778. *strings.7256:Connect: Host contacted. Waiting for reply (Gopher)
  2779.  
  2780. *strings.7257:Mail sent successfully
  2781.  
  2782. *strings.7258:News: Receiving newsgroups...
  2783.  
  2784. *strings.7259:News: Receiving newsgroups...
  2785.  
  2786. *strings.7260:News: Receiving articles...
  2787.  
  2788. *strings.7261:Receiving list of articles
  2789.  
  2790. *strings.7262:News: Reading newsgroup list
  2791.  
  2792. *strings.7263:News: Reading newsgroup overview information
  2793.  
  2794. *strings.7264:News: Sorting articles...
  2795.  
  2796. *strings.7301:Unable to invoke external viewer
  2797.  
  2798. *strings.7302:Proxy is requiring an authentication scheme that is not supported.
  2799.  
  2800. *strings.7303:Out of memory error in HTTP Load routine!
  2801.  
  2802. *strings.7304:Unknown status reply from server: %d!
  2803.  
  2804. *strings.7305:Warning! Non-critical application error: NET_TotalNumberOfProcessingURLs < 0
  2805.  
  2806. *strings.7306:Warning! Non-critical application error: NET_TotalNumberOfOpenConnections < 0
  2807.  
  2808. *strings.7307:URN's not internally supported, use an HTTP proxy server: 
  2809.  
  2810. *strings.7308:reentrant call to Interrupt window
  2811.  
  2812. *strings.7309:Bad message number
  2813.  
  2814. *strings.7310:Article number out of range
  2815.  
  2816. *strings.7311:Could not load mailbox
  2817.  
  2818. *strings.7312:The SMTP mail host has not been defined
  2819.  
  2820. *strings.7313:SMTP Error sending mail. Server responded: %.256s
  2821.  
  2822. *strings.7314:Warning: unrecognized encoding: `
  2823.  
  2824. *strings.7315:Alert! did not find a converter or decoder
  2825.  
  2826. *strings.7316:Cannot add the result of a form submission to the hotlist
  2827.  
  2828. *strings.7330:Warning: this is an executable `%s' script!\n\nYou %s about to execute arbitrary system commands\non your local machine.  This is a security risk.\nUnless you completely understand this script, it\nis strongly recommended you not do this.\n\nExecute the script?
  2829.  
  2830. *strings.7317:Warning: an HTTP proxy host was specified\n(%s), but that host is unknown.\n\nThis means that external hosts will be unreachable.\nPerhaps there is a problem with your name server?\nConsult your system administrator.
  2831.  
  2832. *strings.7318:Warning: a SOCKS host was specified (%s)\nbut that host is unknown.\n\nThis means that external hosts will be unreachable.\n\nPerhaps there is a problem with your name server?\n
  2833.  
  2834. *strings.7319:If your site must use a non-root name server, you will\nneed to set the $SOCKS_NS environment variable to\npoint at the appropriate name server.  It may (or\nmay not) be necessary to set this variable, or the\nSOCKS host preference, to the IP address of the host\nin question rather than its name.\n\n
  2835.  
  2836. *strings.7320:Consult your system administrator.
  2837.  
  2838. *strings.7321:Warning: the following hosts are unknown:\n\n
  2839.  
  2840. *strings.7322:Warning: the host %s is unknown.\n
  2841.  
  2842. *strings.7323:\nThis means that some or all hosts will be unreachable.\n\nPerhaps there is a problem with your name server?\n
  2843.  
  2844. *strings.7324:On SunOS 4 systems, there are two %s executables,\none for sites using DNS, and one for sites using YP/NIS.\nThis is the DNS executable.  Perhaps you need to use\nthe other one?\n\n
  2845.  
  2846. *strings.7325:On SunOS 4 systems, there are two %s executables,\none for sites using DNS, and one for sites using YP/NIS.\nThis is the YP/NIS executable.  Perhaps you need to use\nthe other one?\n\n
  2847.  
  2848. *strings.7331:are
  2849.  
  2850. *strings.7332:may be
  2851.  
  2852. *strings.7333:Authorization failed.  Retry?
  2853.  
  2854. *strings.7334:Proxy authorization failed.  Retry?
  2855.  
  2856. *strings.7335:Repost form data?
  2857.  
  2858. *strings.7336:Before viewing all newsgroups, Netscape saves\na copy of the newsgroup list.\n\nOn a modem or slow connection, this may take a\nfew minutes. You can choose New Window from the\nFile menu to continue browsing.  Proceed?
  2859.  
  2860. *strings.7351:message: invalid specifier `%c'\n
  2861.  
  2862. *strings.7352:Implement more temp name
  2863.  
  2864. *strings.7353:Implement more XPStats
  2865.  
  2866. *strings.7360:Please enter a username for news server access
  2867.  
  2868. *strings.7361:Enter password for user :
  2869.  
  2870. *strings.7400:<title>Server list</title>\n<h1>Server list</h1>\nThis is a list of servers that you have subscribed newsgroups on.\nPlease choose a host to see a list of newsgroups.\n<ul>
  2871.  
  2872. *strings.7401:<TITLE>Subscribed Newsgroups</TITLE>\n<H1>Subscribed Newsgroups</H1>\nHere are the newsgroups to which you are currently subscribed.\nThe number to the left of the newsgroup name is how many unread\n
  2873.  
  2874. *strings.7402:articles currently exist in that group.\n<P>\nTo unsubscribe from any of these newsgroups, select the matching\ntoggle buttons and click the "Unsubscribe from selected newsgroups"\n
  2875.  
  2876. *strings.7403:button.  To subscribe to a new newsgroup, type in the name of the\nnewsgroup in the "Subscribe to this newsgroup" field and press\nReturn or Enter.\n<P>\nPress the "Reload" button to get an up to date article listing.<p>\n
  2877.  
  2878. *strings.7404:<TITLE>News Error!</TITLE>\n<H1>News Error!</H1> News host responded: <b>%s</b><p>\n
  2879.  
  2880. *strings.7405:<b><p>Perhaps the article has expired</b><p>\n
  2881.  
  2882. *strings.7406:<TITLE>Newsgroups list</TITLE>\n<H1>Newsgroups list</H1>\n<DL>\n
  2883.  
  2884. *strings.7407:<TITLE>List of new groups</TITLE>\n<H2>List of new groups since %s</H2><UL>\n
  2885.  
  2886. *strings.7408:\n<HR>\n<TITLE>Newsgroup: %s</TITLE>\n<H1>Newsgroup: %s</H1>\n<UL>\n
  2887.  
  2888. *strings.7409:<TITLE>News Error</TITLE>\n<h2>Error: Your email address is not correctly configured</H2>\nChoose "Preferences" under the "Options" menu to set your email address<br>\nYou must specify a return address of the form: <i>someone@nowhere.net</i>
  2889.  
  2890. *strings.7410:<TITLE>USENET News Posting</TITLE>\n<FORM METHOD="POST" ACTION="%s">\n<H1>USENET News Posting</H1>\n<DL><DT>Posting to newsgroup:<DD><A HREF="%snews:%s">%s</A></DL>\n
  2891.  
  2892. *strings.7411:<PRE>   <b>Subject:</b> <INPUT NAME=_SUBJECT SIZE=53>\n<b>Newsgroups:</b> <INPUT NAME=_NEWSGROUPS SIZE=53 VALUE="%s">\n
  2893.  
  2894. *strings.7412:<b>Message:</b>\n<TEXTAREA NAME="_MESSAGE" COLS=70 ROWS=24>
  2895.  
  2896. *strings.7413:</TEXTAREA>\n<p><input type=submit value="Post Message"></FORM>\n<H3>Choose: "Go->Back" to cancel post and return to newsgroups</H3>
  2897.  
  2898. *strings.7414:<FONT SIZE=+1>(<A HREF="%s/%ld-%ld%s">Earliest articles</a>...)<BR>\n
  2899.  
  2900. *strings.7415:(<A HREF="%s/%ld-%ld%s">Earlier articles</a>...)</FONT><p>\n
  2901.  
  2902. *strings.7416:<FONT SIZE=+1>(<A HREF="%snews:%s%s%s%s/%ld-%ld%s">Later articles</A>...)<BR>\n
  2903.  
  2904. *strings.7417:(<A HREF="%snews:%s%s%s%s/%ld-%ld%s">Latest articles</A>...)</FONT><P>\n
  2905.  
  2906. *strings.7418:<TITLE>FTP Error</TITLE>\n<H1>FTP Error</H1>\n<h2>Could not login to FTP server</h2>\n<PRE>
  2907.  
  2908. *strings.7419:<TITLE>FTP Error</TITLE>\n<H1>FTP Error</H1>\n<h2>FTP Transfer failed:</h2>\n<PRE>
  2909.  
  2910. *strings.7420:<TITLE>Gopher Index %s</TITLE><H1>%s <BR>Gopher Search</H1>\nThis is a searchable Gopher index.\nUse the search function of your browser to enter search terms.\n<ISINDEX>
  2911.  
  2912. *strings.7421:<TITLE>CSO Search of %s</TITLE><H1>%s CSO Search</H1>\nA CSO database usually contains a phonebook or directory.\nUse the search function of your browser to enter search terms.\n<ISINDEX>
  2913.  
  2914. *strings.7422:<TITLE>Missing Post reply data</TITLE>\n<H1>Data Missing</H1>\nThis document resulted from a POST operation and has expired from the\ncache.  If you wish you can repost the form data to recreate the\ndocument by pressing the <b>reload</b> button.\n
  2915.  
  2916. *strings.7430:</DL>\n<INPUT TYPE=submit VALUE="Unsubscribe from selected newsgroups">\n</FORM>\n
  2917.  
  2918. *strings.7431:<HR>\n<FORM METHOD=POST ACTION="%snews:%s%s%s*"><INPUT TYPE=submit VALUE="View all newsgroups"></FORM>
  2919.  
  2920. *strings.7432:<FORM METHOD=POST ACTION="%snewsrc://%s/">Subscribe to this newsgroup: <INPUT NAME="SUBSCRIBE" TYPE=text></FORM>\n
  2921.  
  2922. *strings.7433:\n<INPUT TYPE=submit VALUE="Subscribe to selected newsgroups"></FORM>
  2923.  
  2924. *strings.7434:<FORM METHOD=POST ACTION="%snews:%s%s%s?NEW-GROUPS"><INPUT TYPE=SUBMIT VALUE="Get new groups since last update"></FORM>
  2925.  
  2926. *strings.7435:<HR>\n<FORM METHOD=GET ACTION="%snews:%s%s%s">Search newsgroups: <INPUT TYPE=TEXT NAME=ISINDEX></FORM>\n
  2927.  
  2928. *strings.7450:RSA Public Key Cryptography
  2929.  
  2930. *strings.7451:International
  2931.  
  2932. *strings.7452:This is an insecure document that is not encrypted and offers no security\nprotection.
  2933.  
  2934. *strings.7453:<h3>No new groups</h3>
  2935.  
  2936. *strings.7454:\n<H1>No articles in this group.</H1>\n
  2937.  
  2938. *strings.7455:\n<H1>No articles in specified range.</H1>\n
  2939.  
  2940. *strings.7456:Enter username for %.200s at %.256s:
  2941.  
  2942. *strings.7460:This is a secure document that uses a medium-grade encryption key suited\nfor U.S. export
  2943.  
  2944. *strings.7461:This is a secure document that uses a high-grade encryption key for U.S.\ndomestic use only
  2945.  
  2946. *strings.8000:End of List
  2947.  
  2948. *strings.8001:Entire List
  2949.  
  2950. *strings.8002:euc-kr
  2951.  
  2952. *strings.8003:Save As... (type %.90s, encoding %.90s)
  2953.  
  2954. *strings.8004:Save As... (type %.90s)
  2955.  
  2956. *strings.8005:Save As... (encoding %.90s)
  2957.  
  2958. *strings.8006:Save As...
  2959.  
  2960. *strings.8007:Error opening %.900s:
  2961.  
  2962. *strings.8008:Error deleting %.900s:
  2963.  
  2964. *strings.8009:When connected, log in as user `%.900s'
  2965.  
  2966. *strings.8010:Out Of Memory -- Can't Open URL
  2967.  
  2968. *strings.8011:couldn't load:\n%s
  2969.  
  2970. *strings.8012:%s\nNo other resources were reasonable!\nUsing fallback font "%s" instead.
  2971.  
  2972. *strings.8013:%s\nNo other resources were reasonable!\nThe fallback font "%s" could not be loaded!\nGiving up.
  2973.  
  2974. *strings.8014:Bookmarks file has changed on disk: discard your changes?
  2975.  
  2976. *strings.8015:Bookmarks file has changed on disk: reload it?
  2977.  
  2978. *strings.8016:New Item
  2979.  
  2980. *strings.8017:New Header
  2981.  
  2982. *strings.8018:Remove category "%.200s" and its %d entry?
  2983.  
  2984. *strings.8019:Remove category "%.200s" and its %d entries?
  2985.  
  2986. *strings.8020:Export Bookmark
  2987.  
  2988. *strings.8021:Import Bookmark
  2989.  
  2990. *strings.8022:This version supports %s security with %s.
  2991.  
  2992. *strings.8023:Security disabled
  2993.  
  2994. *strings.8024:file:/usr/local/lib/netscape/docs/Welcome.html
  2995.  
  2996. *strings.8025:Document: Done.
  2997.  
  2998. *strings.8026:Open File
  2999.  
  3000. *strings.8027:Error opening pipe to %.900s
  3001.  
  3002. *strings.8028:Warning:\n\n
  3003.  
  3004. *strings.8029:%s "%.255s" does not exist.\n
  3005.  
  3006. *strings.8030:%s "%.255s" is unknown.\n
  3007.  
  3008. *strings.8031:No port number specified for %s.\n
  3009.  
  3010. *strings.8032:Mail host
  3011.  
  3012. *strings.8033:News host
  3013.  
  3014. *strings.8034:News RC directory
  3015.  
  3016. *strings.8035:Temporary directory
  3017.  
  3018. *strings.8036:FTP proxy host
  3019.  
  3020. *strings.8037:Gopher proxy host
  3021.  
  3022. *strings.8038:HTTP proxy host
  3023.  
  3024. *strings.8039:HTTPS proxy host
  3025.  
  3026. *strings.8040:WAIS proxy host
  3027.  
  3028. *strings.8041:SOCKS host
  3029.  
  3030. *strings.8042:Global MIME types file
  3031.  
  3032. *strings.8043:Private MIME types file
  3033.  
  3034. *strings.8044:Global mailcap file
  3035.  
  3036. *strings.8045:Private mailcap file
  3037.